Searched refs:tBTA_JV_STATUS (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/include/ |
D | bta_jv_api.h | 43 typedef UINT8 tBTA_JV_STATUS; typedef 162 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 169 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 176 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 182 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 191 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 204 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 212 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 220 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/ |
D | bta_jv_api.c | 60 tBTA_JV_STATUS BTA_JvEnable(tBTA_JV_DM_CBACK *p_cback) in BTA_JvEnable() 62 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvEnable() 161 tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, void* user_data, INT32 channel) in BTA_JvGetChannelId() 193 tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type) in BTA_JvFreeChannel() 222 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid, in BTA_JvStartDiscovery() 254 tBTA_JV_STATUS BTA_JvCreateRecordByUser(void *user_data) in BTA_JvCreateRecordByUser() 279 tBTA_JV_STATUS BTA_JvDeleteRecord(UINT32 handle) in BTA_JvDeleteRecord() 309 tBTA_JV_STATUS BTA_JvL2capConnectLE(tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnectLE() 362 tBTA_JV_STATUS BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect() 411 tBTA_JV_STATUS BTA_JvL2capClose(UINT32 handle) in BTA_JvL2capClose() [all …]
|
D | bta_jv_act.c | 97 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle); 101 tBTA_JV_STATUS bta_jv_set_pm_conn_state(tBTA_JV_PM_CB *p_cb, const tBTA_JV_CONN_STATE 277 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB *p_cb, tBTA_JV_PCB *p_pcb) in bta_jv_free_rfc_cb() 279 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_rfc_cb() 384 tBTA_JV_STATUS bta_jv_free_l2c_cb(tBTA_JV_L2C_CB *p_cb) in bta_jv_free_l2c_cb() 386 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_l2c_cb() 435 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle) in bta_jv_free_set_pm_profile_cb() 437 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb() 663 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_enable() 859 tBTA_JV_STATUS status; in bta_jv_start_discovery_cback() [all …]
|
/system/bt/btif/src/ |
D | btif_sock_rfc.c | 340 …tBTA_JV_STATUS ret = BTA_JvRfcommConnect(slot->security, slot->role, slot->scn, slot->addr.address… in btsock_rfc_connect()
|