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

  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 81 void btm_sco_flush_sco_data(UINT16 sco_inx)
88 if (sco_inx < BTM_MAX_SCO_LINKS)
90 p = &btm_cb.sco_cb.sco_db[sco_inx];
98 UNUSED(sco_inx);
101 UNUSED(sco_inx);
141 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda,
149 if (sco_inx < BTM_MAX_SCO_LINKS)
150 p_sco = &btm_cb.sco_cb.sco_db[sco_inx];
251 void btm_sco_check_send_pkts (UINT16 sco_inx)
255 tSCO_CONN *p_ccb = &p_cb->sco_db[sco_inx];
284 UINT16 sco_inx, handle; local
    [all...]
btm_int.h 369 typedef void (tBTM_SCO_IND_CBACK) (UINT16 sco_inx) ;
453 extern void btm_accept_sco_link(UINT16 sco_inx, tBTM_ESCO_PARAMS *p_setup,
455 extern void btm_reject_sco_link(UINT16 sco_inx );
458 #define btm_accept_sco_link(sco_inx, p_setup, p_conn_cb, p_disc_cb)
459 #define btm_reject_sco_link(sco_inx)
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 292 static void bta_ag_sco_read_cback (UINT16 sco_inx, BT_HDR *p_data, tBTM_SCO_DATA_FLAG status)
358 UINT16 sco_inx = p_data->conn_evt.sco_inx; local
363 if ((handle = bta_ag_idx_by_bdaddr(BTM_ReadScoBdAddr(sco_inx))) != 0 &&
366 p_scb->sco_idx = sco_inx;
371 APPL_TRACE_EVENT("bta_ag_esco_connreq_cback: Accept Conn Request (sco_inx 0x%04x)", sco_inx);
387 APPL_TRACE_ERROR("bta_ag_esco_connreq_cback: Nothing to remove so accept Conn Request (sco_inx 0x%04x)", sco_inx);
399 BTM_EScoConnRsp(p_data->conn_evt.sco_inx, HCI_ERR_HOST_REJECT_RESOURCES, NULL)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1080 UINT16 sco_inx; member in struct:__anon6050
1091 UINT16 sco_inx; member in struct:__anon6051
    [all...]
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sco.c 174 BTM_EScoConnRsp(p_data->sco_inx, hci_status, &resp);
199 bta_hf_client_cb.scb.sco_idx = p_data->conn_evt.sco_inx;

Completed in 478 milliseconds