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

  /system/bt/bta/include/
bta_jv_api.h 428 * Function BTA_JvGetChannelId
446 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel);
    [all...]
  /system/bt/bta/jv/
bta_jv_api.cc 114 * Function BTA_JvGetChannelId
134 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel) {
  /system/bt/btif/src/
btif_sock_l2cap.cc 789 BTA_JvGetChannelId(connection_type, sock->id, 0);
    [all...]
btif_sock_rfc.cc 310 APPL_TRACE_DEBUG("BTA_JvGetChannelId: service_name: %s - channel: %d",
312 BTA_JvGetChannelId(BTA_JV_CONN_TYPE_RFCOMM, slot->id, channel);

Completed in 141 milliseconds