Searched refs:BTA_HSP_SERVICE_ID (Results 1 – 7 of 7) sorted by relevance
221 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()
289 services >>= BTA_HSP_SERVICE_ID; in bta_ag_start_servers()329 services >>= BTA_HSP_SERVICE_ID; in bta_ag_close_servers()
61 BTA_HSP_SERVICE_ID,466 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i)); in bta_ag_rfc_close()
712 btif_enable_service(BTA_HSP_SERVICE_ID); in init()
641 case BTA_HSP_SERVICE_ID: in btif_storage_get_adapter_property()
253 case BTA_HSP_SERVICE_ID: in btif_in_execute_service_request()
65 #define BTA_HSP_SERVICE_ID 5 /* Headset profile. */ macro