Searched refs:BTA_AR_AV_MASK (Results 1 – 2 of 2) sorted by relevance
56 mask = BTA_AR_AV_MASK; in bta_ar_id()126 bta_ar_cb.avdt_registered |= BTA_AR_AV_MASK; in bta_ar_reg_avdt()140 bta_ar_cb.avdt_registered &= ~BTA_AR_AV_MASK; in bta_ar_dereg_avdt()174 bta_ar_cb.avct_registered |= BTA_AR_AV_MASK; in bta_ar_reg_avct()187 bta_ar_cb.avct_registered &= ~BTA_AR_AV_MASK; in bta_ar_dereg_avct()204 uint8_t mask = BTA_AR_AV_MASK; in bta_ar_reg_avrc()258 uint8_t mask = BTA_AR_AV_MASK; in bta_ar_dereg_avrc()
33 #define BTA_AR_AV_MASK 0x01 macro