Home
last modified time | relevance | path

Searched refs:sys_id (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc53 static uint8_t bta_ar_id(tBTA_SYS_ID sys_id) { in bta_ar_id() argument
55 if (sys_id == BTA_ID_AV) { in bta_ar_id()
57 } else if (sys_id == BTA_ID_AVK) { in bta_ar_id()
157 void bta_ar_avdt_conn(tBTA_SYS_ID sys_id, const RawAddress& bd_addr, in bta_ar_avdt_conn() argument
314 uint16_t categories, tBTA_SYS_ID sys_id, bool browse_supported, in bta_ar_reg_avrc_for_src_sink_coexist() argument
316 uint8_t mask = bta_ar_id(sys_id); in bta_ar_reg_avrc_for_src_sink_coexist()
/packages/modules/Bluetooth/system/bta/include/
Dbta_ar_api.h87 void bta_ar_avdt_conn(tBTA_SYS_ID sys_id, const RawAddress& bd_addr,
150 uint16_t categories, tBTA_SYS_ID sys_id, bool browse_supported,
/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys.h108 inline std::string BtaIdSysText(const tBTA_SYS_ID& sys_id) { in BtaIdSysText() argument
109 switch (sys_id) { in BtaIdSysText()
144 return base::StringPrintf("Unknown[%hhu]", sys_id); in BtaIdSysText()