Home
last modified time | relevance | path

Searched refs:L2CA_GetBleConnRole (Results 1 – 13 of 13) sorted by relevance

/system/bt/test/mock/
Dmock_stack_l2cap_ble.cc53 struct L2CA_GetBleConnRole L2CA_GetBleConnRole; variable
94 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function
96 return test::mock::stack_l2cap_ble::L2CA_GetBleConnRole(bd_addr); in L2CA_GetBleConnRole()
Dmock_main_shim_l2cap_api.cc77 struct L2CA_GetBleConnRole L2CA_GetBleConnRole; variable
276 hci_role_t bluetooth::shim::L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function in bluetooth::shim
278 return test::mock::main_shim_l2cap_api::L2CA_GetBleConnRole(bd_addr); in L2CA_GetBleConnRole()
Dmock_stack_l2cap_ble.h86 struct L2CA_GetBleConnRole { struct
91 extern struct L2CA_GetBleConnRole L2CA_GetBleConnRole; argument
Dmock_main_shim_l2cap_api.h451 struct L2CA_GetBleConnRole { struct
456 extern struct L2CA_GetBleConnRole L2CA_GetBleConnRole; argument
/system/bt/main/shim/
Dl2c_api.h398 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
456 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
Dl2c_api.cc1223 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function
/system/bt/stack/smp/
Dsmp_l2c.cc122 p_cb->role = L2CA_GetBleConnRole(bd_addr); in smp_connect_callback()
178 p_cb->role = L2CA_GetBleConnRole(bd_addr); in smp_data_received()
/system/bt/stack/test/common/
Dmock_l2cap_layer.cc73 tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function
/system/bt/stack/include/
Dl2c_api.h806 extern tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr);
/system/bt/stack/l2cap/
Dl2c_ble.cc163 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function
165 return bluetooth::shim::L2CA_GetBleConnRole(bd_addr); in L2CA_GetBleConnRole()
/system/bt/stack/eatt/
Deatt_impl.h628 uint8_t role = L2CA_GetBleConnRole(bd_addr); in connect()
/system/bt/bta/gatt/
Dbta_gattc_act.cc1125 p_buf->int_conn.role = L2CA_GetBleConnRole(bdaddr); in bta_gattc_conn_cback()
/system/bt/stack/btm/
Dbtm_sec.cc1113 L2CA_GetBleConnRole(bd_addr)); in BTM_SetEncryption()