Searched refs:dev_class_text (Results 1 – 9 of 9) sorted by relevance
/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()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | bt_dev_class.h | 280 inline std::string dev_class_text(const DEV_CLASS& dev_class) { in dev_class_text() function
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec.cc | 218 log::info("CoD: sec_event.cfm_req.dev_class = {}", dev_class_text(sec_event.cfm_req.dev_class)); in bta_dm_pinname_cback() 450 dev_class_text(sec_event.key_notif.dev_class)); in bta_dm_sp_cback() 464 dev_class_text(bta_dm_sec_cb.pin_dev_class)); in bta_dm_sp_cback()
|
D | bta_dm_act.cc | 249 log::warn("Unable to set local device class:{}", dev_class_text(dev_class)); in BTA_dm_on_hw_on()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | security_device_record.h | 329 bd_addr, DeviceTypeText(device_type), dev_class_text(dev_class), in ToString()
|
D | btm_sec.cc | 2701 log::info("CoD: evt_data.cfm_req.dev_class = {}", dev_class_text(evt_data.cfm_req.dev_class)); in btm_proc_sp_req_evt() 4380 log::info("CoD: previous value {}, replaced with {}", dev_class_text(p_dev_rec->dev_class), in btm_sec_pin_code_request() 4381 dev_class_text(p_cb->connecting_dc)); in btm_sec_pin_code_request()
|
D | btm_ble_gap.cc | 1675 log::info("Appearance 0x{:04x}, Class of Device {} found for {}", appearance, dev_class_text(cod), in btm_ble_read_remote_appearance_cmpl()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 1447 cod.ToString(), dev_class_text(dev_class)); in OnConnectRequest() 1450 std::format("gd_cod:{} legacy_dev_class:{}", cod.ToString(), dev_class_text(dev_class))); in OnConnectRequest()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 1019 p_ssp_cfm_req->bd_addr, dev_class_text(p_ssp_cfm_req->dev_class), in btif_dm_ssp_cfm_req_evt()
|