Home
last modified time | relevance | path

Searched refs:DEV_CLASS (Results 1 – 25 of 27) sorted by relevance

12

/system/bt/btif/include/
Dbtif_util.h62 uint32_t devclass2uint(DEV_CLASS dev_class);
63 void uint2devclass(uint32_t dev, DEV_CLASS dev_class);
/system/bt/stack/include/
Dbtm_api_types.h124 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 …]
Dbtm_api.h93 extern tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class);
1120 extern bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class,
Dhcimsgs.h550 DEV_CLASS dev); /* Write Class of Device */
Dbt_types.h600 typedef uint8_t DEV_CLASS[DEV_CLASS_LEN]; /* Device class */ typedef
/system/bt/bta/include/
Dbta_api.h264 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/
Dbtm_int_types.h68 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;
Dbtm_int.h82 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,
Dbtm_dev.cc63 bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTM_SecAddDevice()
Dbtm_devctl.cc533 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class) { in BTM_SetDeviceClass()
Dbtm_inq.cc156 DEV_CLASS cod; in BTM_SetDiscoverability()
1524 DEV_CLASS dc; in btm_process_inq_results()
Dbtm_sco.cc684 void btm_sco_conn_req(const RawAddress& bda, DEV_CLASS dev_class, in btm_sco_conn_req()
Dbtm_acl.cc191 void btm_acl_created(const RawAddress& bda, DEV_CLASS dc, BD_NAME bdn, in btm_acl_created()
/system/bt/bta/dm/
Dbta_dm_int.h152 DEV_CLASS dc;
315 DEV_CLASS pin_dev_class;
395 DEV_CLASS dev_class; /* local device class */
Dbta_dm_act.cc65 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 …]
Dbta_dm_api.cc294 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice()
/system/bt/bta/sys/
Dutl.cc163 DEV_CLASS dev_class; in utl_set_device_class()
/system/bt/btif/src/
Dbtif_util.cc64 uint32_t devclass2uint(DEV_CLASS dev_class) { in devclass2uint()
74 void uint2devclass(uint32_t cod, DEV_CLASS dev_class) { in uint2devclass()
Dbtif_dm.cc224 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()
Dbtif_core.cc953 DEV_CLASS dev_class; in btif_set_adapter_property()
Dbtif_storage.cc466 DEV_CLASS dev_class = {0, 0, 0}; in btif_in_fetch_bonded_devices()
/system/bt/main/shim/
Dbtm_api.h1026 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class);
1731 bool BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class,
Dbtm.cc70 DEV_CLASS device_class,
75 DEV_CLASS device_class,
80 RawAddress raw_address, uint8_t page_scan_rep_mode, DEV_CLASS device_class,
Dbtm_api.cc124 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/
Dbtu_hcif.cc237 DEV_CLASS dc; in btu_hcif_log_event_metrics()
1095 DEV_CLASS dc; in btu_hcif_connection_request_evt()

12