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

  /system/bt/bta/include/
bta_jv_api.h 43 typedef uint8_t tBTA_JV_STATUS;
171 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
177 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
183 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
188 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
196 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
207 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
214 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
221 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
228 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. *
    [all...]
  /system/bt/bta/jv/
bta_jv_api.cc 62 tBTA_JV_STATUS BTA_JvEnable(tBTA_JV_DM_CBACK* p_cback) {
161 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type) {
181 tBTA_JV_STATUS BTA_JvStartDiscovery(const RawAddress& bd_addr,
207 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id) {
224 tBTA_JV_STATUS BTA_JvDeleteRecord(uint32_t handle) {
290 tBTA_JV_STATUS BTA_JvL2capClose(uint32_t handle) {
312 tBTA_JV_STATUS BTA_JvL2capCloseLE(uint32_t handle) {
381 tBTA_JV_STATUS BTA_JvL2capStopServer(uint16_t local_psm,
401 tBTA_JV_STATUS BTA_JvL2capStopServerLE(uint16_t local_chan,
421 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id
    [all...]
bta_jv_act.cc 93 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(uint32_t jv_handle);
252 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB* p_cb,
254 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
355 tBTA_JV_STATUS bta_jv_free_l2c_cb(tBTA_JV_L2C_CB* p_cb) {
356 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
406 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(uint32_t jv_handle) {
407 tBTA_JV_STATUS status = BTA_JV_FAILURE;
598 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
741 tBTA_JV_STATUS status;
777 tBTA_JV_STATUS status = BTA_JV_FAILURE
    [all...]
  /system/bt/btif/src/
btif_sock_rfc.cc 354 tBTA_JV_STATUS ret =

Completed in 448 milliseconds