/system/bt/btif/include/ |
D | btif_util.h | 62 uint32_t devclass2uint(DEV_CLASS dev_class); 63 void uint2devclass(uint32_t dev, DEV_CLASS dev_class);
|
/system/bt/stack/include/ |
D | btm_api_types.h | 124 typedef uint8_t(tBTM_FILTER_CB)(const RawAddress& bd_addr, DEV_CLASS dc); 580 DEV_CLASS dev_class; 581 DEV_CLASS dev_class_mask; 624 DEV_CLASS dev_class; 900 typedef void(tBTM_ACL_DB_CHANGE_CB)(const RawAddress& p_bda, DEV_CLASS p_dc, 1018 DEV_CLASS dev_class; 1250 const RawAddress& bd_addr, DEV_CLASS dev_class, tBTM_BD_NAME bd_name, 1260 DEV_CLASS dev_class, tBTM_BD_NAME bd_name, 1269 DEV_CLASS dev_class, 1277 typedef void(tBTM_RMT_NAME_CALLBACK)(const RawAddress& bd_addr, DEV_CLASS dc, [all …]
|
D | btm_api.h | 93 extern tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class); 1120 extern bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class,
|
D | hcimsgs.h | 550 DEV_CLASS dev); /* Write Class of Device */
|
D | bt_types.h | 600 typedef uint8_t DEV_CLASS[DEV_CLASS_LEN]; /* Device class */ typedef
|
/system/bt/bta/include/ |
D | bta_api.h | 264 DEV_CLASS dev_class; /* device class of interest */ 265 DEV_CLASS dev_class_mask; /* mask to determine the bits of device class of 394 DEV_CLASS dev_class; /* Class of Device */ 520 DEV_CLASS dev_class; 614 DEV_CLASS dev_class; /* peer CoD */ 645 DEV_CLASS dev_class; /* peer CoD */ 656 DEV_CLASS dev_class; /* peer CoD */ 711 DEV_CLASS dev_class; /* Device class of peer device. */ 1269 extern void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class,
|
/system/bt/stack/btm/ |
D | btm_int_types.h | 68 DEV_CLASS remote_dc; 162 DEV_CLASS dev_class; /* Local device class */ 470 DEV_CLASS dev_class; /* DEV_CLASS of the device */ 817 DEV_CLASS connecting_dc;
|
D | btm_int.h | 82 extern void btm_acl_created(const RawAddress& bda, DEV_CLASS dc, BD_NAME bdn, 161 extern void btm_sco_conn_req(const RawAddress& bda, DEV_CLASS dev_class,
|
D | btm_dev.cc | 63 bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTM_SecAddDevice()
|
D | btm_devctl.cc | 533 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class) { in BTM_SetDeviceClass()
|
D | btm_inq.cc | 156 DEV_CLASS cod; in BTM_SetDiscoverability() 1524 DEV_CLASS dc; in btm_process_inq_results()
|
D | btm_sco.cc | 684 void btm_sco_conn_req(const RawAddress& bda, DEV_CLASS dev_class, in btm_sco_conn_req()
|
D | btm_acl.cc | 191 void btm_acl_created(const RawAddress& bda, DEV_CLASS dc, BD_NAME bdn, in btm_acl_created()
|
/system/bt/bta/dm/ |
D | bta_dm_int.h | 152 DEV_CLASS dc; 315 DEV_CLASS pin_dev_class; 395 DEV_CLASS dev_class; /* local device class */
|
D | bta_dm_act.cc | 65 DEV_CLASS dc, BD_NAME bd_name); 71 DEV_CLASS dev_class, BD_NAME bd_name, 74 static uint8_t bta_dm_pin_cback(const RawAddress& bd_addr, DEV_CLASS dev_class, 77 DEV_CLASS dev_class, BD_NAME bd_name, 80 DEV_CLASS dev_class, 248 extern DEV_CLASS local_device_default_class; 344 DEV_CLASS dev_class; in bta_dm_sys_hw_cback() 2148 UNUSED_ATTR DEV_CLASS dc, in bta_dm_service_search_remname_cback() 2232 DEV_CLASS dev_class, BD_NAME bd_name, in bta_dm_authorize_cback() 2344 static uint8_t bta_dm_pin_cback(const RawAddress& bd_addr, DEV_CLASS dev_class, in bta_dm_pin_cback() [all …]
|
D | bta_dm_api.cc | 294 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice()
|
/system/bt/bta/sys/ |
D | utl.cc | 163 DEV_CLASS dev_class; in utl_set_device_class()
|
/system/bt/btif/src/ |
D | btif_util.cc | 64 uint32_t devclass2uint(DEV_CLASS dev_class) { in devclass2uint() 74 void uint2devclass(uint32_t cod, DEV_CLASS dev_class) { in uint2devclass()
|
D | btif_dm.cc | 224 BD_NAME bd_name, DEV_CLASS dev_class, 568 BD_NAME bd_name, DEV_CLASS dev_class, in btif_update_remote_properties() 2490 DEV_CLASS dev_class = BTA_DM_COD; in btif_dm_get_adapter_property() 2491 memcpy(prop->val, dev_class, sizeof(DEV_CLASS)); in btif_dm_get_adapter_property() 2492 prop->len = sizeof(DEV_CLASS); in btif_dm_get_adapter_property()
|
D | btif_core.cc | 953 DEV_CLASS dev_class; in btif_set_adapter_property()
|
D | btif_storage.cc | 466 DEV_CLASS dev_class = {0, 0, 0}; in btif_in_fetch_bonded_devices()
|
/system/bt/main/shim/ |
D | btm_api.h | 1026 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class); 1731 bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class,
|
D | btm.cc | 70 DEV_CLASS device_class, 75 DEV_CLASS device_class, 80 RawAddress raw_address, uint8_t page_scan_rep_mode, DEV_CLASS device_class,
|
D | btm_api.cc | 124 DEV_CLASS device_class, in btm_api_process_inquiry_result() 173 DEV_CLASS device_class, in btm_api_process_inquiry_result_with_rssi() 237 DEV_CLASS device_class, in btm_api_process_extended_inquiry_result()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 237 DEV_CLASS dc; in btu_hcif_log_event_metrics() 1095 DEV_CLASS dc; in btu_hcif_connection_request_evt()
|