Home
last modified time | relevance | path

Searched refs:BTA_JV_SUCCESS (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/jv/
Dbta_jv_api.c84 status = BTA_JV_SUCCESS; in BTA_JvEnable()
175 return BTA_JV_SUCCESS; in BTA_JvGetChannelId()
206 return BTA_JV_SUCCESS; in BTA_JvFreeChannel()
239 return BTA_JV_SUCCESS; in BTA_JvStartDiscovery()
266 return BTA_JV_SUCCESS; in BTA_JvCreateRecordByUser()
291 return BTA_JV_SUCCESS; in BTA_JvDeleteRecord()
344 return BTA_JV_SUCCESS; in BTA_JvL2capConnectLE()
398 return BTA_JV_SUCCESS; in BTA_JvL2capConnect()
425 status = BTA_JV_SUCCESS; in BTA_JvL2capClose()
454 return BTA_JV_SUCCESS; in BTA_JvL2capCloseLE()
[all …]
Dbta_jv_act.c279 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_rfc_cb()
293 return BTA_JV_SUCCESS; in bta_jv_free_rfc_cb()
329 if (BTA_JV_SUCCESS == status) in bta_jv_free_rfc_cb()
386 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_l2c_cb()
505 status = BTA_JV_SUCCESS; in bta_jv_free_set_pm_profile_cb()
663 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_enable()
881 status = BTA_JV_SUCCESS; in bta_jv_start_discovery_cback()
953 evt_data.status = BTA_JV_SUCCESS; in bta_jv_create_record()
997 evt_data.l2c_open.status = BTA_JV_SUCCESS; in bta_jv_l2cap_client_cback()
1097 evt_data.status = BTA_JV_SUCCESS; in bta_jv_l2cap_connect()
[all …]
/system/bt/btif/src/
Dbtif_sock_l2cap.c420 if (p_start->status != BTA_JV_SUCCESS) { in on_srv_l2cap_listen_started()
449 if (p_init->status != BTA_JV_SUCCESS) { in on_cl_l2cap_init()
590 if (sock->fixed_chan && le_open->status == BTA_JV_SUCCESS) { in on_l2cap_connect()
595 } else if (!sock->fixed_chan && psm_open->status == BTA_JV_SUCCESS) { in on_l2cap_connect()
726 if (BTA_JvL2capReady(sock->handle, &count) == BTA_JV_SUCCESS) { in on_l2cap_data_ind()
727 if (BTA_JvL2capRead(sock->handle, sock->id, buffer, count) == BTA_JV_SUCCESS) { in on_l2cap_data_ind()
854 != BTA_JV_SUCCESS) in btSock_start_l2cap_server_l()
863 != BTA_JV_SUCCESS) in btSock_start_l2cap_server_l()
869 != BTA_JV_SUCCESS) in btSock_start_l2cap_server_l()
876 != BTA_JV_SUCCESS) in btSock_start_l2cap_server_l()
[all …]
Dbtif_sock_rfc.c341 if (ret != BTA_JV_SUCCESS) { in btsock_rfc_connect()
461 if (p_init->status == BTA_JV_SUCCESS) in on_cl_rfc_init()
477 if (p_start->status == BTA_JV_SUCCESS) { in on_srv_rfc_listen_started()
517 if (p_open->status != BTA_JV_SUCCESS) { in on_cli_rfc_connect()
689 if (p_data->disc_comp.status == BTA_JV_SUCCESS && p_data->disc_comp.scn) { in jv_dm_cback()
692 …>disc_comp.scn, slot->addr.address, rfcomm_cback, (void *)(uintptr_t)slot->id) == BTA_JV_SUCCESS) { in jv_dm_cback()
/system/bt/bta/include/
Dbta_jv_api.h37 #define BTA_JV_SUCCESS 0 /* Successful operation. */ macro