Home
last modified time | relevance | path

Searched refs:tBTA_SERVICE_ID (Results 1 – 9 of 9) sorted by relevance

/system/bt/btif/include/
Dbtif_common.h182 bt_status_t btif_enable_service(tBTA_SERVICE_ID service_id);
183 bt_status_t btif_disable_service(tBTA_SERVICE_ID service_id);
/system/bt/bta/include/
Dbta_ag_co.h83 extern void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service);
Dbta_ag_api.h280 tBTA_SERVICE_ID service_id;
Dbta_api.h107 typedef UINT8 tBTA_SERVICE_ID; typedef
779 tBTA_SERVICE_ID service; /* Service ID to authorize. */
/system/bt/btif/co/
Dbta_ag_co.c118 void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service) in bta_ag_co_data_open()
/system/bt/btif/src/
Dbtif_core.c1256 bt_status_t btif_enable_service(tBTA_SERVICE_ID service_id) in btif_enable_service()
1258 tBTA_SERVICE_ID *p_id = &service_id; in btif_enable_service()
1274 (char*)p_id, sizeof(tBTA_SERVICE_ID), NULL); in btif_enable_service()
1290 bt_status_t btif_disable_service(tBTA_SERVICE_ID service_id) in btif_disable_service()
1292 tBTA_SERVICE_ID *p_id = &service_id; in btif_disable_service()
1307 (char*)p_id, sizeof(tBTA_SERVICE_ID), NULL); in btif_disable_service()
Dbtif_dm.c255 bt_status_t btif_in_execute_service_request(tBTA_SERVICE_ID service_id, in btif_in_execute_service_request()
2647 status = btif_in_execute_service_request(*((tBTA_SERVICE_ID*)p_param), b_enable); in btif_dm_execute_service_request()
/system/bt/bta/jv/
Dbta_jv_int.h126 tBTA_SERVICE_ID sec_id; /* service id */
156 tBTA_SERVICE_ID sec_id; /* service id */
/system/bt/bta/ag/
Dbta_ag_act.c58 const tBTA_SERVICE_ID bta_ag_svc_id[BTA_AG_NUM_IDX] =