Home
last modified time | relevance | path

Searched refs:tBTA_JV_STATUS (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/include/
Dbta_jv_api.h43 typedef uint8_t tBTA_JV_STATUS; typedef
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/
Dbta_jv_api.cc62 tBTA_JV_STATUS BTA_JvEnable(tBTA_JV_DM_CBACK* p_cback) { in BTA_JvEnable()
161 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type) { in BTA_JvFreeChannel()
181 tBTA_JV_STATUS BTA_JvStartDiscovery(const RawAddress& bd_addr, in BTA_JvStartDiscovery()
207 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id) { in BTA_JvCreateRecordByUser()
224 tBTA_JV_STATUS BTA_JvDeleteRecord(uint32_t handle) { in BTA_JvDeleteRecord()
290 tBTA_JV_STATUS BTA_JvL2capClose(uint32_t handle) { in BTA_JvL2capClose()
312 tBTA_JV_STATUS BTA_JvL2capCloseLE(uint32_t handle) { in BTA_JvL2capCloseLE()
381 tBTA_JV_STATUS BTA_JvL2capStopServer(uint16_t local_psm, in BTA_JvL2capStopServer()
401 tBTA_JV_STATUS BTA_JvL2capStopServerLE(uint16_t local_chan, in BTA_JvL2capStopServerLE()
421 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id, in BTA_JvL2capRead()
[all …]
Dbta_jv_act.cc93 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(uint32_t jv_handle);
250 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB* p_cb, in bta_jv_free_rfc_cb()
252 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_rfc_cb()
353 tBTA_JV_STATUS bta_jv_free_l2c_cb(tBTA_JV_L2C_CB* p_cb) { in bta_jv_free_l2c_cb()
354 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_l2c_cb()
406 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(uint32_t jv_handle) { in bta_jv_free_set_pm_profile_cb()
407 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb()
599 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_enable()
742 tBTA_JV_STATUS status; in bta_jv_start_discovery_cback()
778 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_start_discovery()
[all …]
/system/bt/btif/src/
Dbtif_sock_rfc.cc363 tBTA_JV_STATUS ret = in btsock_rfc_connect()