Home
last modified time | relevance | path

Searched refs:BTA_HSP_SERVICE_ID (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sdp.c221 services = p_scb->reg_services >> BTA_HSP_SERVICE_ID; in bta_ag_create_records()
276 others >>= BTA_HSP_SERVICE_ID; in bta_ag_del_records()
277 services = p_scb->reg_services >> BTA_HSP_SERVICE_ID; in bta_ag_del_records()
Dbta_ag_rfc.c289 services >>= BTA_HSP_SERVICE_ID; in bta_ag_start_servers()
329 services >>= BTA_HSP_SERVICE_ID; in bta_ag_close_servers()
Dbta_ag_act.c61 BTA_HSP_SERVICE_ID,
466 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i)); in bta_ag_rfc_close()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hf.c712 btif_enable_service(BTA_HSP_SERVICE_ID); in init()
Dbtif_storage.c641 case BTA_HSP_SERVICE_ID: in btif_storage_get_adapter_property()
Dbtif_dm.c253 case BTA_HSP_SERVICE_ID: in btif_in_execute_service_request()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h65 #define BTA_HSP_SERVICE_ID 5 /* Headset profile. */ macro