Searched refs:btm_ble_update_mode_operation (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/acl/ |
D | ble_acl.cc | 85 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()
|
D | btm_ble_connection_establishment.cc | 104 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/ |
D | btm_ble_int.h | 98 extern void btm_ble_update_mode_operation(uint8_t link_role,
|
D | btm_ble_gap.cc | 2481 void btm_ble_update_mode_operation(uint8_t link_role, const RawAddress* bd_addr, in btm_ble_update_mode_operation() function
|
D | btm_sec.cc | 3740 btm_ble_update_mode_operation(HCI_ROLE_UNKNOWN, &p_dev_rec->bd_addr, in btm_sec_disconnected()
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble_gap.cc | 199 void btm_ble_update_mode_operation(uint8_t link_role, const RawAddress* bd_addr, in btm_ble_update_mode_operation() function
|