OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_JV_MAX_SDP_REC
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h
439
UINT32 sdp_handle[
BTA_JV_MAX_SDP_REC
]; /* SDP records created */
bta_jv_act.c
594
for (j = 0; j <
BTA_JV_MAX_SDP_REC
; j++)
618
if(sdp_id > 0 && sdp_id <=
BTA_JV_MAX_SDP_REC
)
637
if(sdp_id > 0 && sdp_id <=
BTA_JV_MAX_SDP_REC
)
742
for(i=0; i<
BTA_JV_MAX_SDP_REC
; i++)
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_jv_api.h
47
#define
BTA_JV_MAX_SDP_REC
SDP_MAX_RECORDS
[
all
...]
Completed in 25 milliseconds