Searched refs:btm_ble_conn_complete (Results 1 – 5 of 5) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_acl_btm_ble_connection_establishment.cc | 55 struct btm_ble_conn_complete btm_ble_conn_complete; variable 87 void btm_ble_conn_complete(uint8_t* p, uint16_t evt_len, bool enhanced) { in btm_ble_conn_complete() function 89 test::mock::stack_acl_btm_ble_connection_establishment::btm_ble_conn_complete( in btm_ble_conn_complete()
|
D | mock_stack_acl_btm_ble_connection_establishment.h | 105 struct btm_ble_conn_complete { struct 112 extern struct btm_ble_conn_complete btm_ble_conn_complete; argument
|
/system/bt/stack/include/ |
D | ble_hci_link_interface.h | 23 void btm_ble_conn_complete(uint8_t* p, UNUSED_ATTR uint16_t evt_len,
|
/system/bt/stack/acl/ |
D | btm_ble_connection_establishment.cc | 147 void btm_ble_conn_complete(uint8_t* p, UNUSED_ATTR uint16_t evt_len, in btm_ble_conn_complete() function
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 395 btm_ble_conn_complete(p, hci_evt_len, false); in btu_hcif_process_event() 407 btm_ble_conn_complete(p, hci_evt_len, true); in btu_hcif_process_event()
|