OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:open_services
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/ag/
bta_ag_act.c
208
p_scb->
open_services
= p_data->api_open.services;
229
bta_ag_do_disc(p_scb, p_scb->
open_services
);
253
if (bta_ag_sdp_find_attr(p_scb, p_scb->
open_services
))
256
p_scb->conn_service = bta_ag_service_to_idx(p_scb->
open_services
);
272
if ((p_scb->
open_services
& BTA_HFP_SERVICE_MASK) &&
273
(p_scb->
open_services
& BTA_HSP_SERVICE_MASK))
276
p_scb->
open_services
&= ~BTA_HFP_SERVICE_MASK;
277
bta_ag_do_disc(p_scb, p_scb->
open_services
);
279
else if ((p_scb->
open_services
& BTA_HSP_SERVICE_MASK) &&
284
bta_ag_do_disc(p_scb, p_scb->
open_services
);
[
all
...]
bta_ag_int.h
255
tBTA_SERVICE_MASK
open_services
; /* services specified in open API */
member in struct:__anon73147
Completed in 532 milliseconds