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

  /system/bt/bta/hf_client/
bta_hf_client_rfc.cc 183 port_status = RFCOMM_CreateConnection(
194 APPL_TRACE_DEBUG("%s: RFCOMM_CreateConnection returned error:%d", __func__,
243 if (RFCOMM_CreateConnection(UUID_SERVCLASS_HF_HANDSFREE, client_cb->peer_scn,
  /system/bt/bta/ag/
bta_ag_rfc.cc 275 bta_ag_port_status = RFCOMM_CreateConnection(
285 "bta_ag_start_servers: RFCOMM_CreateConnection returned error:%d",
351 if (RFCOMM_CreateConnection(
  /system/bt/stack/include/
port_api.h 187 * Function RFCOMM_CreateConnection
189 * Description RFCOMM_CreateConnection is used from the application to
216 extern int RFCOMM_CreateConnection(uint16_t uuid, uint8_t scn, bool is_server,
238 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
265 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
335 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
348 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
361 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
375 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
399 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
    [all...]
  /system/bt/bta/jv/
bta_jv_act.cc     [all...]
  /system/bt/stack/rfcomm/
port_api.cc 85 * Function RFCOMM_CreateConnection
87 * Description RFCOMM_CreateConnection function is used from the
114 int RFCOMM_CreateConnection(uint16_t uuid, uint8_t scn, bool is_server,
124 "RFCOMM_CreateConnection() BDA: %02x-%02x-%02x-%02x-%02x-%02x",
131 RFCOMM_TRACE_ERROR("RFCOMM_CreateConnection - invalid SCN");
142 "RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, "
154 "RFCOMM_CreateConnection - already opened state:%d, RFC state:%d, "
166 RFCOMM_TRACE_WARNING("RFCOMM_CreateConnection - no resources");
170 "RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, "
193 RFCOMM_TRACE_EVENT("RFCOMM_CreateConnection dlci:%d signal state:0x%x", dlci
    [all...]

Completed in 56 milliseconds