OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_ID_MAX
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/bta/sys/
bta_sys_int.h
59
tBTA_SYS_REG *reg[
BTA_ID_MAX
]; /* registration structures */
60
BOOLEAN is_reg[
BTA_ID_MAX
]; /* registration structures */
bta_sys.h
123
#define
BTA_ID_MAX
(43 + BTA_DM_NUM_JV_ID)
bta_sys_main.c
503
if ((id <
BTA_ID_MAX
) && (bta_sys_cb.reg[id] != NULL))
643
int
bta_id_max
= 0;
local
651
bta_id_max
= BTA_ID_BLUETOOTH_MAX;
655
bta_id_max
= BTA_ID_FM;
659
bta_id_max
= BTA_ID_FMTX;
663
bta_id_max
= BTA_ID_GPS;
670
for ( ; bta_id <=
bta_id_max
; bta_id++)
/external/bluetooth/bluedroid/include/
bte_appl.h
50
#define BTAPP_NUM_ID_BLOCKS ((
BTA_ID_MAX
/32)+1) /* number of 32 bit required to store one bit per
157
( 1<<(
BTA_ID_MAX
-BTAPP_LIST1_BLOCK) ) | \
Completed in 42 milliseconds