Home
last modified time | relevance | path

Searched refs:LE_CONNECTION_ROLE_SLAVE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h218 #define LE_CONNECTION_ROLE_SLAVE 0x01 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c937 …localFeature.respKeyDis &= (deviceInfo->role == LE_CONNECTION_ROLE_SLAVE) ? GAP_LE_KEY_DIST_ID_KEY… in GAP_LePairFeatureRsp()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp1318 (role == LE_CONNECTION_ROLE_SLAVE)) { in LeConnectionCompleteTask()