Searched refs:GapLePairFeature (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_le_if.h | 293 } GapLePairFeature; typedef 401 void (*lePairFeatureInd)(const BtAddr *addr, GapLePairFeature remoteFrature, void *context); 863 BTSTACK_API int GAPIF_LePairFeatureRsp(const BtAddr *addr, GapLePairFeature localFrature);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.h | 79 static void LePairFeatureInd(const BtAddr *addr, GapLePairFeature remoteFrature, void *context);
|
H A D | ble_defs.h | 321 GapLePairFeature remoteFrature;
|
H A D | ble_security.cpp | 177 void BleSecurity::LePairFeatureInd(const BtAddr *addr, GapLePairFeature remoteFrature, void *context) in LePairFeatureInd() 641 GapLePairFeature feature; in LePairFeatureReq()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le.h | 464 int GAP_LePairFeatureRsp(const BtAddr *addr, GapLePairFeature localFeature);
|
H A D | gap_le_if.c | 184 GapLePairFeature localFrature; 1526 int GAPIF_LePairFeatureRsp(const BtAddr *addr, GapLePairFeature localFrature) in GAPIF_LePairFeatureRsp()
|
H A D | gap_le_sec.c | 916 int GAP_LePairFeatureRsp(const BtAddr *addr, GapLePairFeature localFeature) in GAP_LePairFeatureRsp()
|
Completed in 14 milliseconds