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

  /system/bt/bta/hf_client/
bta_hf_client_rfc.c 75 APPL_TRACE_DEBUG("bta_hf_client_mgmt_cback : code = %d, port_handle = %d, conn_handle = %d, serv_handle = %d",
76 code, port_handle, bta_hf_client_cb.scb.conn_handle, bta_hf_client_cb.scb.serv_handle);
88 (port_handle == bta_hf_client_cb.scb.serv_handle)) /* incoming connection */
146 if (bta_hf_client_cb.scb.serv_handle > 0)
148 APPL_TRACE_DEBUG("%s already started, handle: %d", __FUNCTION__, bta_hf_client_cb.scb.serv_handle);
156 TRUE, BTA_HF_CLIENT_MTU, (UINT8 *) bd_addr_any, &(bta_hf_client_cb.scb.serv_handle),
161 bta_hf_client_setup_port(bta_hf_client_cb.scb.serv_handle);
169 APPL_TRACE_DEBUG("bta_hf_client_start_server handle: %d", bta_hf_client_cb.scb.serv_handle);
184 APPL_TRACE_DEBUG("%s %d", __FUNCTION__, bta_hf_client_cb.scb.serv_handle);
186 if (bta_hf_client_cb.scb.serv_handle == 0
    [all...]
bta_hf_client_int.h 141 UINT16 serv_handle; /* RFCOMM server handle */ member in struct:__anon71798
bta_hf_client_act.c 273 APPL_TRACE_DEBUG ("bta_hf_client_rfc_acp_open: serv_handle = %d rfc.port_handle = %d",
274 bta_hf_client_cb.scb.serv_handle, p_data->rfc.port_handle);
  /system/bt/bta/ag/
bta_ag_rfc.c 150 if (port_handle == p_scb->serv_handle[i])
292 TRUE, BTA_AG_MTU, (UINT8 *) bd_addr_any, &(p_scb->serv_handle[i]),
297 bta_ag_setup_port(p_scb, p_scb->serv_handle[i]);
328 RFCOMM_RemoveServer(p_scb->serv_handle[i]);
329 p_scb->serv_handle[i] = 0;
351 if (p_scb->serv_handle[xx] != 0)
bta_ag_act.c 463 if(p_scb->serv_handle[i])
560 p_scb->serv_handle[0], p_scb->serv_handle[1]);
603 APPL_TRACE_DEBUG ("bta_ag_rfc_acp_open: i = %d serv_handle = %d port_handle = %d",
604 i, p_scb->serv_handle[i], p_data->rfc.port_handle);
606 if (p_scb->serv_handle[i] == p_data->rfc.port_handle)
bta_ag_int.h 252 UINT16 serv_handle[BTA_AG_NUM_IDX]; /* RFCOMM server handles */ member in struct:__anon71619

Completed in 75 milliseconds