Searched refs:dev_class_text (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | stack_include_test.cc | 56 TEST_F(StackIncludeTest, dev_class_text) { in TEST_F() argument 62 ASSERT_STREQ("ffc0-1f-fc", dev_class_text(dev_class).c_str()); in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec.cc | 221 log::info("CoD: sec_event.cfm_req.dev_class = {}", dev_class_text(sec_event.cfm_req.dev_class)); in bta_dm_pinname_cback() 453 dev_class_text(sec_event.key_notif.dev_class)); in bta_dm_sp_cback() 467 dev_class_text(bta_dm_sec_cb.pin_dev_class)); in bta_dm_sp_cback()
|
D | bta_dm_act.cc | 240 log::warn("Unable to set local device class:{}", dev_class_text(dev_class)); in BTA_dm_on_hw_on()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | bt_dev_class.h | 125 inline std::string dev_class_text(const DEV_CLASS& dev_class) { in dev_class_text() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | security_device_record.h | 338 dev_class_text(dev_class).c_str(), remote_version_info.ToString().c_str(), sm4, in ToString()
|
D | btm_sec.cc | 2700 log::info("CoD: evt_data.cfm_req.dev_class = {}", dev_class_text(evt_data.cfm_req.dev_class)); in btm_proc_sp_req_evt() 4349 log::info("CoD: previous value {}, replaced with {}", dev_class_text(p_dev_rec->dev_class), in btm_sec_pin_code_request() 4350 dev_class_text(p_cb->connecting_dc)); in btm_sec_pin_code_request()
|
D | btm_ble_gap.cc | 1684 log::info("Appearance 0x{:04x}, Class of Device {} found for {}", appearance, dev_class_text(cod), in btm_ble_read_remote_appearance_cmpl()
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 1563 cod.ToString(), dev_class_text(dev_class)); in OnConnectRequest() 1566 dev_class_text(dev_class).c_str())); in OnConnectRequest()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 999 p_ssp_cfm_req->bd_addr, dev_class_text(p_ssp_cfm_req->dev_class), in btif_dm_ssp_cfm_req_evt()
|