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

  /system/bt/stack/btm/
btm_sco.c 82 void btm_sco_flush_sco_data(UINT16 sco_inx)
89 if (sco_inx < BTM_MAX_SCO_LINKS)
91 p = &btm_cb.sco_cb.sco_db[sco_inx];
97 UNUSED(sco_inx);
100 UNUSED(sco_inx);
146 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda,
154 if (sco_inx < BTM_MAX_SCO_LINKS)
155 p_sco = &btm_cb.sco_cb.sco_db[sco_inx];
245 void btm_sco_check_send_pkts (UINT16 sco_inx)
248 tSCO_CONN *p_ccb = &p_cb->sco_db[sco_inx];
    [all...]
btm_int.h 321 typedef void (tBTM_SCO_IND_CBACK) (UINT16 sco_inx) ;
405 extern void btm_accept_sco_link(UINT16 sco_inx, tBTM_ESCO_PARAMS *p_setup,
407 extern void btm_reject_sco_link(UINT16 sco_inx );
412 #define btm_accept_sco_link(sco_inx, p_setup, p_conn_cb, p_disc_cb)
413 #define btm_reject_sco_link(sco_inx)
    [all...]
  /system/bt/btif/src/
btif_sock_sco.c 224 sco_socket_t *sco_socket = sco_socket_find_locked(conn_data->sco_inx);
228 LOG_ERROR(LOG_TAG, "%s unable to find sco_socket for handle: %hu", __func__, conn_data->sco_inx);
233 LOG_ERROR(LOG_TAG, "%s received connection request on non-listening socket handle: %hu", __func__, conn_data->sco_inx);
260 BTM_EScoConnRsp(conn_data->sco_inx, HCI_SUCCESS, NULL);
270 BTM_EScoConnRsp(conn_data->sco_inx, HCI_ERR_HOST_REJECT_RESOURCES, NULL);
  /system/bt/bta/ag/
bta_ag_sco.c 285 static void bta_ag_sco_read_cback (UINT16 sco_inx, BT_HDR *p_data, tBTM_SCO_DATA_FLAG status)
351 UINT16 sco_inx = p_data->conn_evt.sco_inx; local
356 if ((handle = bta_ag_idx_by_bdaddr(BTM_ReadScoBdAddr(sco_inx))) != 0 &&
359 p_scb->sco_idx = sco_inx;
364 APPL_TRACE_EVENT("bta_ag_esco_connreq_cback: Accept Conn Request (sco_inx 0x%04x)", sco_inx);
380 APPL_TRACE_ERROR("bta_ag_esco_connreq_cback: Nothing to remove so accept Conn Request (sco_inx 0x%04x)", sco_inx);
392 BTM_EScoConnRsp(p_data->conn_evt.sco_inx, HCI_ERR_HOST_REJECT_RESOURCES, NULL)
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_sco.c 173 BTM_EScoConnRsp(p_data->sco_inx, hci_status, &resp);
198 bta_hf_client_cb.scb.sco_idx = p_data->conn_evt.sco_inx;
  /system/bt/stack/include/
btm_api.h 1050 UINT16 sco_inx; member in struct:__anon72639
1061 UINT16 sco_inx; member in struct:__anon72640
    [all...]

Completed in 1633 milliseconds