Home
last modified time | relevance | path

Searched refs:btm_ble_conn_complete (Results 1 – 5 of 5) sorted by relevance

/system/bt/test/mock/
Dmock_stack_acl_btm_ble_connection_establishment.cc55 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()
Dmock_stack_acl_btm_ble_connection_establishment.h105 struct btm_ble_conn_complete { struct
112 extern struct btm_ble_conn_complete btm_ble_conn_complete; argument
/system/bt/stack/include/
Dble_hci_link_interface.h23 void btm_ble_conn_complete(uint8_t* p, UNUSED_ATTR uint16_t evt_len,
/system/bt/stack/acl/
Dbtm_ble_connection_establishment.cc147 void btm_ble_conn_complete(uint8_t* p, UNUSED_ATTR uint16_t evt_len, in btm_ble_conn_complete() function
/system/bt/stack/btu/
Dbtu_hcif.cc395 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()