Home
last modified time | relevance | path

Searched refs:tBTA_SYS_ID (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/include/
Dbta_ar_api.h63 extern void bta_ar_reg_avdt(tAVDT_REG *p_reg, tAVDT_CTRL_CBACK *p_cback, tBTA_SYS_ID sys_id);
74 extern void bta_ar_dereg_avdt(tBTA_SYS_ID sys_id);
88 extern void bta_ar_avdt_conn(tBTA_SYS_ID sys_id, BD_ADDR bd_addr);
99 extern void bta_ar_reg_avct(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask, tBTA_SYS_ID sys_id);
110 extern void bta_ar_dereg_avct(tBTA_SYS_ID sys_id);
122 char *p_provider_name, UINT16 categories, tBTA_SYS_ID sys_id,
134 extern void bta_ar_dereg_avrc(UINT16 service_uuid, tBTA_SYS_ID sys_id);
/system/bt/bta/ar/
Dbta_ar.c44 static UINT8 bta_ar_id(tBTA_SYS_ID sys_id) in bta_ar_id()
101 void bta_ar_reg_avdt(tAVDT_REG *p_reg, tAVDT_CTRL_CBACK *p_cback, tBTA_SYS_ID sys_id) in bta_ar_reg_avdt()
141 void bta_ar_dereg_avdt(tBTA_SYS_ID sys_id) in bta_ar_dereg_avdt()
173 void bta_ar_avdt_conn(tBTA_SYS_ID sys_id, BD_ADDR bd_addr) in bta_ar_avdt_conn()
203 void bta_ar_reg_avct(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask, tBTA_SYS_ID sys_id) in bta_ar_reg_avct()
226 void bta_ar_dereg_avct(tBTA_SYS_ID sys_id) in bta_ar_dereg_avct()
246 UINT16 categories, tBTA_SYS_ID sys_id, BOOLEAN browse_supported, in bta_ar_reg_avrc()
301 void bta_ar_dereg_avrc(UINT16 service_uuid, tBTA_SYS_ID sys_id) in bta_ar_dereg_avrc()
/system/bt/btif/co/
Dbta_dm_co.c57 BOOLEAN bta_dm_co_get_compress_memory(tBTA_SYS_ID id, UINT8 **memory_p, UINT32 *memory_size) in bta_dm_co_get_compress_memory()
/system/bt/bta/sys/
Dbta_sys.h112 typedef UINT8 tBTA_SYS_ID; typedef
/system/bt/bta/dm/
Dbta_dm_int.h807 tBTA_SYS_ID id;