Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_ble.cc45 struct L2CA_GetBleConnRole L2CA_GetBleConnRole; variable
97 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function
99 return test::mock::stack_l2cap_ble::L2CA_GetBleConnRole(bd_addr); in L2CA_GetBleConnRole()
Dmock_stack_l2cap_ble.h95 struct L2CA_GetBleConnRole { struct
100 extern struct L2CA_GetBleConnRole L2CA_GetBleConnRole; argument
Dmock_main_shim_l2cap_api.h413 struct L2CA_GetBleConnRole { struct
418 extern struct L2CA_GetBleConnRole L2CA_GetBleConnRole; argument
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h380 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
435 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc83 test::mock::stack_l2cap_ble::L2CA_GetBleConnRole.body = in FakeBtStack()
121 test::mock::stack_l2cap_ble::L2CA_GetBleConnRole = {}; in ~FakeBtStack()
Dgatt_fuzzer.cc73 test::mock::stack_l2cap_ble::L2CA_GetBleConnRole.body = in FakeBtStack()
124 test::mock::stack_l2cap_ble::L2CA_GetBleConnRole = {}; in ~FakeBtStack()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_l2c.cc128 p_cb->role = L2CA_GetBleConnRole(bd_addr); in smp_connect_callback()
183 p_cb->role = L2CA_GetBleConnRole(bd_addr); in smp_data_received()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_l2cap_layer.cc83 tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h884 [[nodiscard]] tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr);
/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h354 uint8_t role = L2CA_GetBleConnRole(eatt_dev->bda_); in eatt_retry_after_collision_if_needed()
986 uint8_t role = L2CA_GetBleConnRole(bd_addr); in connect()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc492 if (L2CA_GetBleConnRole(ble_conn_addr) == HCI_ROLE_CENTRAL) { in btm_dev_consolidate_existing_connections()
Dbtm_sec.cc1168 L2CA_GetBleConnRole(bd_addr)); in BTM_SetEncryption()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc83 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc1421 p_buf->int_conn.role = L2CA_GetBleConnRole(bdaddr); in bta_gattc_conn_cback()