Home | History | Annotate | Download | only in sys

Lines Matching refs:id

151 typedef void (tBTA_SYS_CONN_CBACK)(tBTA_SYS_CONN_STATUS status,UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
154 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
172 UINT8 mbox; /* GKI mailbox id */
173 UINT8 timer; /* GKI timer id */
197 /* Calculate start of event enumeration; id is top 8 bits of event */
198 #define BTA_SYS_EVT_START(id) ((id) << 8)
248 extern void bta_sys_register(UINT8 id, const tBTA_SYS_REG *p_reg);
249 extern void bta_sys_deregister(UINT8 id);
250 extern BOOLEAN bta_sys_is_register(UINT8 id);
268 extern void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
269 extern void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
270 extern void bta_sys_app_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
271 extern void bta_sys_app_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
272 extern void bta_sys_sco_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
273 extern void bta_sys_sco_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
274 extern void bta_sys_sco_use(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
275 extern void bta_sys_sco_unuse(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
276 extern void bta_sys_idle(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
277 extern void bta_sys_busy(UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
281 extern void bta_sys_chg_ssr_config (UINT8 id, UINT8 app_id, UINT16 max_latency, UINT16 min_tout);
299 extern void bta_sys_set_policy (UINT8 id, UINT8 policy, BD_ADDR peer_addr);
300 extern void bta_sys_clear_policy (UINT8 id, UINT8 policy, BD_ADDR peer_addr);
301 extern void bta_sys_set_default_policy (UINT8 id, UINT8 policy);
302 extern void bta_sys_clear_default_policy (UINT8 id, UINT8 policy);