Lines Matching refs:sys_id
42 static uint8_t bta_ar_id(tBTA_SYS_ID sys_id) { in bta_ar_id() argument
44 if (sys_id == BTA_ID_AV) { in bta_ar_id()
46 } else if (sys_id == BTA_ID_AVK) { in bta_ar_id()
95 tBTA_SYS_ID sys_id) { in bta_ar_reg_avdt() argument
98 if (sys_id == BTA_ID_AV) { in bta_ar_reg_avdt()
101 } else if (sys_id == BTA_ID_AVK) { in bta_ar_reg_avdt()
108 "bta_ar_reg_avdt: the registration is from wrong sys_id:%d", sys_id); in bta_ar_reg_avdt()
129 void bta_ar_dereg_avdt(tBTA_SYS_ID sys_id) { in bta_ar_dereg_avdt() argument
132 if (sys_id == BTA_ID_AV) { in bta_ar_dereg_avdt()
135 } else if (sys_id == BTA_ID_AVK) { in bta_ar_dereg_avdt()
156 void bta_ar_avdt_conn(tBTA_SYS_ID sys_id, BD_ADDR bd_addr) { in bta_ar_avdt_conn() argument
160 if (sys_id == BTA_ID_AV) { in bta_ar_avdt_conn()
164 } else if (sys_id == BTA_ID_AVK) { in bta_ar_avdt_conn()
181 tBTA_SYS_ID sys_id) { in bta_ar_reg_avct() argument
182 uint8_t mask = bta_ar_id(sys_id); in bta_ar_reg_avct()
201 void bta_ar_dereg_avct(tBTA_SYS_ID sys_id) { in bta_ar_dereg_avct() argument
202 uint8_t mask = bta_ar_id(sys_id); in bta_ar_dereg_avct()
220 tBTA_SYS_ID sys_id, bool browse_supported, in bta_ar_reg_avrc() argument
222 uint8_t mask = bta_ar_id(sys_id); in bta_ar_reg_avrc()
269 void bta_ar_dereg_avrc(uint16_t service_uuid, tBTA_SYS_ID sys_id) { in bta_ar_dereg_avrc() argument
270 uint8_t mask = bta_ar_id(sys_id); in bta_ar_dereg_avrc()