Searched refs:BTA_HSP_SERVICE_ID (Results 1 – 9 of 9) sorted by relevance
218 services = p_scb->reg_services >> BTA_HSP_SERVICE_ID; in bta_ag_create_records()262 others >>= BTA_HSP_SERVICE_ID; in bta_ag_del_records()263 services = p_scb->reg_services >> BTA_HSP_SERVICE_ID; in bta_ag_del_records()
246 services >>= BTA_HSP_SERVICE_ID; in bta_ag_start_servers()291 services >>= BTA_HSP_SERVICE_ID; in bta_ag_close_servers()
54 const tBTA_SERVICE_ID bta_ag_svc_id[BTA_AG_NUM_IDX] = {BTA_HSP_SERVICE_ID,414 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i)); in bta_ag_rfc_close()
924 BTA_HSP_SERVICE_ID); in TEST_F()965 BTA_HSP_SERVICE_ID); in TEST_F()971 BTA_HSP_SERVICE_ID); in TEST_F()
441 case BTA_HSP_SERVICE_ID: in LogHeadsetProfileRfcConnection()
738 btif_enable_service(BTA_HSP_SERVICE_ID); in Init()1331 btif_disable_service(BTA_HSP_SERVICE_ID); in Cleanup()
688 case BTA_HSP_SERVICE_ID: { in btif_storage_get_adapter_property()
306 case BTA_HSP_SERVICE_ID: { in btif_in_execute_service_request()
63 #define BTA_HSP_SERVICE_ID 5 /* Headset profile. */ macro