Home
last modified time | relevance | path

Searched refs:kDevClassEmpty (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_interface.cc172 return kDevClassEmpty; in __anon46c2d7713a02()
237 .BTM_ReadDeviceClass = []() -> DEV_CLASS { return kDevClassEmpty; }, in __anon46c2d7715202()
Dmock_stack_btm_devctl.cc53 return kDevClassEmpty; in BTM_ReadDeviceClass()
Dmock_stack_btm_dev.cc68 return kDevClassEmpty; in BTM_SecReadDevClass()
Dmock_stack_btm_sec.cc128 const DEV_CLASS btm_get_dev_class::return_value = kDevClassEmpty;
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc128 if (dev_class != kDevClassEmpty) { in BTM_SecAddDevice()
261 return kDevClassEmpty; in BTM_SecReadDevClass()
Dbtm_sec_cb.cc46 connecting_dc = kDevClassEmpty; in Init()
Dbtm_sec.cc2170 call_registered_rmt_name_callbacks(p_bd_addr, kDevClassEmpty, nullptr, hci_status); in btm_rnr_add_name_to_security_record()
4219 (*btm_sec_cb.api.p_auth_complete_callback)(p_cb->pairing_bda, kDevClassEmpty, name, in btm_sec_pairing_timeout()
4273 (*btm_sec_cb.api.p_auth_complete_callback)(p_cb->pairing_bda, kDevClassEmpty, name, in btm_sec_pairing_timeout()
4348 if ((p_bda == p_cb->connecting_bda) && (p_cb->connecting_dc != kDevClassEmpty)) { in btm_sec_pin_code_request()
Dbtm_ble_sec.cc1580 if (p_dev_rec->dev_class == kDevClassEmpty || p_dev_rec->dev_class == kDevClassUnclassified) { in btm_ble_connection_established()
Dbtm_ble_gap.cc1815 DEV_CLASS dev_class = kDevClassEmpty; in btm_ble_appearance_to_cod()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dbt_dev_class.h27 inline constexpr DEV_CLASS kDevClassEmpty = {}; variable
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc61 if (dev_class != kDevClassEmpty) { in devclass2uint()
Dbtif_dm.cc1171 btif_update_remote_properties(p_auth_cmpl->bd_addr, p_auth_cmpl->bd_name, kDevClassEmpty, in btif_dm_auth_cmpl_evt()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec.cc682 dev_class = kDevClassEmpty; in bta_dm_ble_smp_cback()
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc711 btif_update_remote_properties(bd_addr, bdname.name, kDevClassEmpty, device_type); in handle_remote_properties()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1226 if (dev_class == kDevClassEmpty) { in btm_rejectlist_role_change_device()