Searched refs:L2CA_GetBleConnRole (Results 1 – 14 of 14) sorted by relevance
45 struct L2CA_GetBleConnRole L2CA_GetBleConnRole; variable97 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function99 return test::mock::stack_l2cap_ble::L2CA_GetBleConnRole(bd_addr); in L2CA_GetBleConnRole()
95 struct L2CA_GetBleConnRole { struct100 extern struct L2CA_GetBleConnRole L2CA_GetBleConnRole; argument
413 struct L2CA_GetBleConnRole { struct418 extern struct L2CA_GetBleConnRole L2CA_GetBleConnRole; argument
380 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);435 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr);
83 test::mock::stack_l2cap_ble::L2CA_GetBleConnRole.body = in FakeBtStack()121 test::mock::stack_l2cap_ble::L2CA_GetBleConnRole = {}; in ~FakeBtStack()
73 test::mock::stack_l2cap_ble::L2CA_GetBleConnRole.body = in FakeBtStack()124 test::mock::stack_l2cap_ble::L2CA_GetBleConnRole = {}; in ~FakeBtStack()
128 p_cb->role = L2CA_GetBleConnRole(bd_addr); in smp_connect_callback()183 p_cb->role = L2CA_GetBleConnRole(bd_addr); in smp_data_received()
83 tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function
884 [[nodiscard]] tHCI_ROLE L2CA_GetBleConnRole(const RawAddress& bd_addr);
354 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()
492 if (L2CA_GetBleConnRole(ble_conn_addr) == HCI_ROLE_CENTRAL) { in btm_dev_consolidate_existing_connections()
1168 L2CA_GetBleConnRole(bd_addr)); in BTM_SetEncryption()
83 hci_role_t L2CA_GetBleConnRole(const RawAddress& bd_addr) { in L2CA_GetBleConnRole() function
1421 p_buf->int_conn.role = L2CA_GetBleConnRole(bdaddr); in bta_gattc_conn_cback()