Home
last modified time | relevance | path

Searched refs:btm_ble_update_mode_operation (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/acl/
Dble_acl.cc85 btm_ble_update_mode_operation(role, &address_with_type.bda, HCI_SUCCESS); in acl_ble_connection_complete()
108 btm_ble_update_mode_operation(role, &address_with_type.bda, HCI_SUCCESS); in acl_ble_enhanced_connection_complete()
155 btm_ble_update_mode_operation(HCI_ROLE_UNKNOWN, &address_with_type.bda, in acl_ble_connection_fail()
Dbtm_ble_connection_establishment.cc104 btm_ble_update_mode_operation(HCI_ROLE_UNKNOWN, NULL, status); in btm_ble_create_ll_conn_complete()
241 btm_ble_update_mode_operation(HCI_ROLE_UNKNOWN, nullptr, in btm_ble_create_conn_cancel_complete()
/system/bt/stack/btm/
Dbtm_ble_int.h98 extern void btm_ble_update_mode_operation(uint8_t link_role,
Dbtm_ble_gap.cc2481 void btm_ble_update_mode_operation(uint8_t link_role, const RawAddress* bd_addr, in btm_ble_update_mode_operation() function
Dbtm_sec.cc3740 btm_ble_update_mode_operation(HCI_ROLE_UNKNOWN, &p_dev_rec->bd_addr, in btm_sec_disconnected()
/system/bt/test/mock/
Dmock_stack_btm_ble_gap.cc199 void btm_ble_update_mode_operation(uint8_t link_role, const RawAddress* bd_addr, in btm_ble_update_mode_operation() function