Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c718 if (deviceInfo->role == LE_CONNECTION_ROLE_MASTER) { in GapLeRequestSecurityProcess()
825 if (deviceInfo->role == LE_CONNECTION_ROLE_MASTER) { in GapLePair()
936 …localFeature.initKeyDis &= (deviceInfo->role == LE_CONNECTION_ROLE_MASTER) ? GAP_LE_KEY_DIST_ID_KE… in GAP_LePairFeatureRsp()
959 if (deviceInfo->role == LE_CONNECTION_ROLE_MASTER) { in GAP_LePairFeatureRsp()
H A Dgap_le_conn.c134 if (deviceInfo->role == LE_CONNECTION_ROLE_MASTER) { in GAP_LeConnParamUpdate()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h217 #define LE_CONNECTION_ROLE_MASTER 0x00 macro