HomeSort by relevance Sort by last modified time
    Searched refs:BT_STATUS_SUCCESS (Results 1 - 25 of 31) sorted by null

1 2

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 258 if ( (status = sBluetoothHfpInterface->init(&sBluetoothHfpCallbacks)) != BT_STATUS_SUCCESS) {
295 if ( (status = sBluetoothHfpInterface->init(&sBluetoothHfpCallbacks)) != BT_STATUS_SUCCESS) {
339 if ((status = sBluetoothHfpInterface->connect((bt_bdaddr_t *)addr)) != BT_STATUS_SUCCESS) {
343 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
358 if ( (status = sBluetoothHfpInterface->disconnect((bt_bdaddr_t *)addr)) != BT_STATUS_SUCCESS) {
362 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
378 BT_STATUS_SUCCESS) {
382 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
398 BT_STATUS_SUCCESS) {
402 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE
    [all...]
com_android_bluetooth_avrcp.cpp 209 BT_STATUS_SUCCESS) {
245 songLen, songPos)) != BT_STATUS_SUCCESS) {
249 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
309 BT_STATUS_SUCCESS) {
315 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
328 (btrc_notification_type_t)type, &param)) != BT_STATUS_SUCCESS) {
332 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
356 (btrc_notification_type_t)type, &param)) != BT_STATUS_SUCCESS) {
361 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
374 (btrc_notification_type_t)type, &param)) != BT_STATUS_SUCCESS) {
    [all...]
com_android_bluetooth_a2dp.cpp 128 if ( (status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks)) != BT_STATUS_SUCCESS) {
164 if ( (status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks)) != BT_STATUS_SUCCESS) {
208 if ((status = sBluetoothA2dpInterface->connect((bt_bdaddr_t *)addr)) != BT_STATUS_SUCCESS) {
212 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
227 if ( (status = sBluetoothA2dpInterface->disconnect((bt_bdaddr_t *)addr)) != BT_STATUS_SUCCESS) {
231 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
com_android_bluetooth_hdp.cpp 123 if ( (status = sBluetoothHdpInterface->init(&sBluetoothHdpCallbacks)) != BT_STATUS_SUCCESS) {
160 if ( (status = sBluetoothHdpInterface->init(&sBluetoothHdpCallbacks)) != BT_STATUS_SUCCESS) {
213 BT_STATUS_SUCCESS) {
227 if ((status = sBluetoothHdpInterface->unregister_application(app_id)) != BT_STATUS_SUCCESS) {
230 return (status == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
248 BT_STATUS_SUCCESS) {
262 BT_STATUS_SUCCESS) {
com_android_bluetooth_btservice_AdapterService.cpp 126 if (status != BT_STATUS_SUCCESS) {
183 if (status != BT_STATUS_SUCCESS) {
274 remote_device_properties_callback(BT_STATUS_SUCCESS, (bt_bdaddr_t *)properties[addr_index].val,
518 if (ret != BT_STATUS_SUCCESS) {
552 result = (ret == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
578 result = (ret == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
589 result = (ret == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
609 result = (ret == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
629 result = (ret == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE;
649 result = (ret == BT_STATUS_SUCCESS) ? JNI_TRUE : JNI_FALSE
    [all...]
com_android_bluetooth_hid.cpp 168 if ( (status = sBluetoothHidInterface->init(&sBluetoothHidCallbacks)) != BT_STATUS_SUCCESS) {
206 if ( (status = sBluetoothHidInterface->init(&sBluetoothHidCallbacks)) != BT_STATUS_SUCCESS) {
254 BT_STATUS_SUCCESS) {
276 BT_STATUS_SUCCESS) {
299 BT_STATUS_SUCCESS) {
320 BT_STATUS_SUCCESS) {
357 BT_STATUS_SUCCESS) {
384 BT_STATUS_SUCCESS) {
410 BT_STATUS_SUCCESS) {
434 BT_STATUS_SUCCESS) {
    [all...]
com_android_bluetooth_pan.cpp 138 if ( (status = sPanIf->init(&sBluetoothPanCallbacks)) != BT_STATUS_SUCCESS) {
172 return status == BT_STATUS_SUCCESS ? JNI_TRUE : JNI_FALSE;
201 BT_STATUS_SUCCESS) {
223 BT_STATUS_SUCCESS) {
  /external/bluetooth/bluedroid/btif/src/
btif_gatt.c 68 return BT_STATUS_SUCCESS;
btif_dm.c 191 return BT_STATUS_SUCCESS;
263 &remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
284 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
302 &prop_name) == BT_STATUS_SUCCESS)
319 &prop_name) == BT_STATUS_SUCCESS)
388 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote version", status);
412 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device name", status);
426 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device class", status);
434 ASSERTC(status == BT_STATUS_SUCCESS, "failed to save remote device type", status);
479 bond_state_changed(BT_STATUS_SUCCESS, &remote_bd, BT_BOND_STATE_BONDED)
    [all...]
btif_hf.c 439 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status);
499 return BT_STATUS_SUCCESS;
520 return BT_STATUS_SUCCESS;
548 return BT_STATUS_SUCCESS;
574 return BT_STATUS_SUCCESS;
596 return BT_STATUS_SUCCESS;
623 return BT_STATUS_SUCCESS;
656 return BT_STATUS_SUCCESS;
688 return BT_STATUS_SUCCESS;
719 return BT_STATUS_SUCCESS;
    [all...]
btif_storage.c 464 ** Returns BT_STATUS_SUCCESS if successful, BT_STATUS_FAIL otherwise
538 return BT_STATUS_SUCCESS;
586 ** Returns BT_STATUS_SUCCESS if the fetch was successful,
601 return BT_STATUS_SUCCESS;
618 return BT_STATUS_SUCCESS;
660 return BT_STATUS_SUCCESS;
668 return BT_STATUS_SUCCESS;
678 ** Returns BT_STATUS_SUCCESS if the store was successful,
684 return prop2cfg(NULL, property) ? BT_STATUS_SUCCESS : BT_STATUS_FAIL;
696 ** Returns BT_STATUS_SUCCESS if the fetch was successful
    [all...]
btif_sm.c 145 ** Returns BT_STATUS_SUCCESS on success
153 bt_status_t status = BT_STATUS_SUCCESS;
177 ** Returns BT_STATUS_SUCCESS on success
184 bt_status_t status = BT_STATUS_SUCCESS;
btif_core.c 223 return BT_STATUS_SUCCESS;
491 return BT_STATUS_SUCCESS;
510 return BT_STATUS_SUCCESS;
539 return BT_STATUS_SUCCESS;
596 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, 1, &prop);
686 return BT_STATUS_SUCCESS;
770 return BT_STATUS_SUCCESS;
794 return BT_STATUS_SUCCESS;
823 ** Returns BT_STATUS_SUCCESS on success
841 return BT_STATUS_SUCCESS;
    [all...]
btif_sock.c 77 if(handle >= 0 && btsock_rfc_init(handle) == BT_STATUS_SUCCESS)
80 return BT_STATUS_SUCCESS;
btif_hh.c 609 return BT_STATUS_SUCCESS;
684 return BT_STATUS_SUCCESS;
    [all...]
btif_pan.c 162 return BT_STATUS_SUCCESS;
209 return BT_STATUS_SUCCESS;
223 return BT_STATUS_SUCCESS;
239 callback.connection_state_cb(BTPAN_STATE_DISCONNECTING, BT_STATUS_SUCCESS,
259 return BT_STATUS_SUCCESS;
521 bt_status_t status = p_data->set_role.status == BTA_PAN_SUCCESS ? BT_STATUS_SUCCESS : BT_STATUS_FAIL;
540 callback.connection_state_cb(BTPAN_STATE_CONNECTING, BT_STATUS_SUCCESS,
558 status = BT_STATUS_SUCCESS;
btif_profile_queue.c 103 return BT_STATUS_SUCCESS;
132 ** Returns BT_STATUS_SUCCESS if successful
btif_rc.c 397 if(BT_STATUS_SUCCESS == status && NULL!=p_transaction)
418 bt_status_t result = BT_STATUS_SUCCESS;
437 if(result == BT_STATUS_SUCCESS)
    [all...]
btif_hl.c     [all...]
btif_av.c 754 return BT_STATUS_SUCCESS;
801 return BT_STATUS_SUCCESS;
962 ** Returns BT_STATUS_SUCCESS on success, BT_STATUS_FAIL otherwise
    [all...]
bluetooth.c 128 return BT_STATUS_SUCCESS;
btif_gatt_util.c 291 buf, sizeof(btif_dm_ble_penc_keys_t)) == BT_STATUS_SUCCESS)
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 68 public static final int BT_STATUS_SUCCESS = 0;
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 170 CASE_RETURN_STR(BT_STATUS_SUCCESS)
452 if (status != BT_STATUS_SUCCESS)
597 if (status != BT_STATUS_SUCCESS)
  /hardware/libhardware/include/hardware/
bluetooth.h 76 BT_STATUS_SUCCESS,

Completed in 62 milliseconds

1 2