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

  /system/bt/bta/hf_client/
bta_hf_client_rfc.cc 180 port_status = RFCOMM_CreateConnection(
191 APPL_TRACE_DEBUG("%s: RFCOMM_CreateConnection returned error:%d", __func__,
240 if (RFCOMM_CreateConnection(UUID_SERVCLASS_HF_HANDSFREE, client_cb->peer_scn,
  /system/bt/bta/ag/
bta_ag_rfc.cc 261 int status = RFCOMM_CreateConnection(
269 LOG(ERROR) << __func__ << ": RFCOMM_CreateConnection ERROR " << status
337 int status = RFCOMM_CreateConnection(
349 LOG(ERROR) << __func__ << ": RFCOMM_CreateConnection ERROR " << status
  /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/stack/test/rfcomm/
stack_rfcomm_test.cc 138 ASSERT_EQ(RFCOMM_CreateConnection(uuid, scn, true, mtu, RawAddress::kAny,
283 ASSERT_EQ(RFCOMM_CreateConnection(uuid, scn, false, mtu, peer_bd_addr,
    [all...]
  /system/bt/bta/jv/
bta_jv_act.cc     [all...]
  /system/bt/stack/rfcomm/
port_api.cc 86 * Function RFCOMM_CreateConnection
88 * Description RFCOMM_CreateConnection function is used from the
115 int RFCOMM_CreateConnection(uint16_t uuid, uint8_t scn, bool is_server,
252 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
285 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
325 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
358 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
381 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
415 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
451 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
    [all...]

Completed in 199 milliseconds