Home | History | Annotate | Download | only in sys

Lines Matching refs:bta_id

642     int bta_id = 0;
650 bta_id = BTA_ID_DM;
654 bta_id = BTA_ID_FM;
658 bta_id = BTA_ID_FMTX;
662 bta_id = BTA_ID_GPS;
670 for ( ; bta_id <= bta_id_max; bta_id++)
672 if (bta_sys_cb.reg[bta_id] != NULL)
674 if (bta_sys_cb.is_reg[bta_id] == TRUE && bta_sys_cb.reg[bta_id]->disable != NULL)
676 (*bta_sys_cb.reg[bta_id]->disable)();