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 57 tBTA_JV_STATUS BTA_JvEnable(tBTA_JV_DM_CBACK* p_cback) {
58 tBTA_JV_STATUS status = BTA_JV_FAILURE;
150 tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel) {
188 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type) {
216 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, uint16_t num_uuid,
248 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id) {
272 tBTA_JV_STATUS BTA_JvDeleteRecord(uint32_t handle) {
301 tBTA_JV_STATUS BTA_JvL2capConnectLE(tBTA_SEC sec_mask, tBTA_JV_ROLE role,
354 tBTA_JV_STATUS BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask,
404 tBTA_JV_STATUS BTA_JvL2capClose(uint32_t handle)
    [all...]
bta_jv_act.cc 91 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(uint32_t jv_handle);
96 tBTA_JV_STATUS bta_jv_set_pm_conn_state(tBTA_JV_PM_CB* p_cb,
255 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB* p_cb,
257 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
365 tBTA_JV_STATUS bta_jv_free_l2c_cb(tBTA_JV_L2C_CB* p_cb) {
366 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
416 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(uint32_t jv_handle) {
417 tBTA_JV_STATUS status = BTA_JV_FAILURE;
626 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
814 tBTA_JV_STATUS status
    [all...]
  /system/bt/btif/src/
btif_sock_rfc.cc 355 tBTA_JV_STATUS ret =

Completed in 398 milliseconds