HomeSort by relevance Sort by last modified time
    Searched refs:sco_inx (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 80 void btm_sco_flush_sco_data(UINT16 sco_inx)
87 if (sco_inx < BTM_MAX_SCO_LINKS)
89 p = &btm_cb.sco_cb.sco_db[sco_inx];
136 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda,
144 if (sco_inx < BTM_MAX_SCO_LINKS)
145 p_sco = &btm_cb.sco_cb.sco_db[sco_inx];
246 void btm_sco_check_send_pkts (UINT16 sco_inx)
250 tSCO_CONN *p_ccb = &p_cb->sco_db[sco_inx];
279 UINT16 sco_inx, handle; local
291 if ((sco_inx = btm_find_scb_by_handle(handle)) != BTM_MAX_SCO_LINKS
    [all...]
btm_int.h 348 typedef void (tBTM_SCO_IND_CBACK) (UINT16 sco_inx) ;
432 extern void btm_accept_sco_link(UINT16 sco_inx, tBTM_ESCO_PARAMS *p_setup,
434 extern void btm_reject_sco_link(UINT16 sco_inx );
437 #define btm_accept_sco_link(sco_inx, p_setup, p_conn_cb, p_disc_cb)
438 #define btm_reject_sco_link(sco_inx)
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 264 static void bta_ag_sco_read_cback (UINT16 sco_inx, BT_HDR *p_data, tBTM_SCO_DATA_FLAG status)
330 UINT16 sco_inx = p_data->conn_evt.sco_inx; local
335 if ((handle = bta_ag_idx_by_bdaddr(BTM_ReadScoBdAddr(sco_inx))) != 0 &&
338 p_scb->sco_idx = sco_inx;
343 APPL_TRACE_EVENT1("bta_ag_esco_connreq_cback: Accept Conn Request (sco_inx 0x%04x)", sco_inx);
359 APPL_TRACE_ERROR1("bta_ag_esco_connreq_cback: Nothing to remove so accept Conn Request (sco_inx 0x%04x)", sco_inx);
371 BTM_EScoConnRsp(p_data->conn_evt.sco_inx, HCI_ERR_HOST_REJECT_RESOURCES, NULL)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1048 UINT16 sco_inx; member in struct:__anon3255
1059 UINT16 sco_inx; member in struct:__anon3256
    [all...]

Completed in 556 milliseconds