Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h129 #define HCI_ROLE_SLAVE 0x01 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c475 if (deviceInfo->role == HCI_ROLE_SLAVE) { in GapLeConnectionComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c598 uint8_t role = HCI_ROLE_SLAVE; in BtmOnConnectionrequest()