Home
last modified time | relevance | path

Searched refs:btm_acl_created (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/stack/test/btm/
H A Dstack_btm_test.cc158 btm_acl_created(bda, 0x123, HCI_ROLE_CENTRAL, BT_TRANSPORT_BR_EDR); in TEST_F()
/aosp12/system/bt/stack/include/
H A Dacl_api.h287 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle,
/aosp12/system/bt/stack/acl/
H A Dble_acl.cc70 btm_acl_created(address_with_type.bda, handle, role, BT_TRANSPORT_LE); in acl_ble_common_connection()
H A Dbtm_acl.cc365 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created() function
/aosp12/system/bt/test/mock/
H A Dmock_stack_acl.cc321 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created() function
/aosp12/system/bt/stack/l2cap/
H A Dl2c_link.cc49 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle,
/aosp12/system/bt/stack/btm/
H A Dbtm_sec.cc3615 btm_acl_created(bda, handle, assigned_role, BT_TRANSPORT_BR_EDR); in btm_sec_connected()