OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_JV_RFC_HDL_TO_SIDX
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c
[
all
...]
bta_jv_int.h
202
#define
BTA_JV_RFC_HDL_TO_SIDX
(r) (((r)&0xFF00) >> 8)
bta_jv_act.c
50
UINT32 __si =
BTA_JV_RFC_HDL_TO_SIDX
(handle); \
354
int si =
BTA_JV_RFC_HDL_TO_SIDX
(p_pcb->handle);
467
UINT32 si =
BTA_JV_RFC_HDL_TO_SIDX
(jv_handle);
528
UINT32 si =
BTA_JV_RFC_HDL_TO_SIDX
(jv_handle);
[
all
...]
Completed in 389 milliseconds