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

1 2

  /system/bt/stack/gatt/
gatt_sr.c 136 if (status == GATT_SUCCESS)
257 tGATT_STATUS ret_code = GATT_SUCCESS;
268 return(GATT_SUCCESS);
272 if (op_code == GATT_REQ_PREPARE_WRITE && status == GATT_SUCCESS)
275 if (op_code == GATT_REQ_EXEC_WRITE && status != GATT_SUCCESS)
281 && status == GATT_SUCCESS)
295 if ( (p_tcb->sr_cmd.status == GATT_SUCCESS) && (p_tcb->sr_cmd.p_rsp_msg) )
392 tGATT_STATUS err = GATT_SUCCESS;
430 != GATT_SUCCESS)
453 if (err == GATT_SUCCESS)
    [all...]
gatt_cl.c 119 if (st != GATT_SUCCESS && st != GATT_CMD_STARTED)
125 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL);
210 if ( op_code == 0 || (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED))
228 UINT8 rt = GATT_SUCCESS, op_code = 0;
279 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED)
282 if (rt != GATT_SUCCESS)
306 if (rt != GATT_SUCCESS)
341 p_clcb->status = GATT_SUCCESS;
367 UINT8 rt = GATT_SUCCESS;
397 if (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED
    [all...]
gatt_api.c 460 ** return GATT_SUCCESS if sucessfully started; otherwise error code.
545 return GATT_SUCCESS;
592 ** Returns GATT_SUCCESS if sucessfully sent or queued; otherwise error code.
629 cmd_status = GATT_SUCCESS;
643 if (cmd_status == GATT_SUCCESS || cmd_status == GATT_CONGESTED)
664 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
715 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
769 ** Returns GATT_SUCCESS if command started successfully.
822 ** Returns GATT_SUCCESS if command received/sent successfully.
828 tGATT_STATUS status = GATT_SUCCESS;
    [all...]
gatt_db.c 186 return GATT_SUCCESS;
230 if (status != GATT_SUCCESS)
244 status = GATT_SUCCESS;
270 status = GATT_SUCCESS;
290 status = GATT_SUCCESS;
381 else if (status == GATT_SUCCESS)
846 status = GATT_SUCCESS;
853 status = GATT_SUCCESS;
    [all...]
att_protocol.c 348 return GATT_SUCCESS;
422 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
447 ** Returns GATT_SUCCESS if command sent
455 tGATT_STATUS att_ret = GATT_SUCCESS;
466 if (att_ret == GATT_CONGESTED || att_ret == GATT_SUCCESS)
501 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
gatt_attr.c 354 if (status == GATT_SUCCESS && p_clcb->ccc_result > 0)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 317 if (status == BluetoothGatt.GATT_SUCCESS) {
334 if ((status == BluetoothGatt.GATT_SUCCESS) &&
349 if ((status == BluetoothGatt.GATT_SUCCESS) &&
363 if ((status == BluetoothGatt.GATT_SUCCESS) &&
377 if ((status == BluetoothGatt.GATT_SUCCESS) &&
391 if ((status == BluetoothGatt.GATT_SUCCESS) &&
418 if (status == BluetoothGatt.GATT_SUCCESS) {
430 if (status == BluetoothGatt.GATT_SUCCESS) {
BleServerService.java 281 if (status == BluetoothGatt.GATT_SUCCESS) {
297 if (status == BluetoothGatt.GATT_SUCCESS) notifyServiceAdded();
310 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0,
330 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
344 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0,
363 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
376 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
  /system/bt/stack/include/
srvc_api.h 26 #define DIS_SUCCESS GATT_SUCCESS
gatt_api.h 29 #define GATT_SUCCESS 0x00
62 #define GATT_ENCRYPED_MITM GATT_SUCCESS
827 ** return GATT_SUCCESS if sucessfully started; otherwise error code.
859 ** Returns GATT_SUCCESS if sucessfully sent or queued; otherwise error code.
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
GattEnum.py 112 GATT_SUCCESS = 0
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryFragment.java 257 if (status == BluetoothGatt.GATT_SUCCESS && newState == BluetoothGatt.STATE_CONNECTED) {
264 if (status != BluetoothGatt.GATT_SUCCESS) {
294 if (status != BluetoothGatt.GATT_SUCCESS) {
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 94 if (status == BluetoothGatt.GATT_SUCCESS) {
105 if (status == BluetoothGatt.GATT_SUCCESS) {
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 94 if (status == BluetoothGatt.GATT_SUCCESS) {
105 if (status == BluetoothGatt.GATT_SUCCESS) {
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 94 if (status == BluetoothGatt.GATT_SUCCESS) {
105 if (status == BluetoothGatt.GATT_SUCCESS) {
  /system/bt/stack/srvc/
srvc_dis.c 134 st = GATT_SUCCESS;
245 if (GATTC_Read(conn_id, GATT_READ_BY_TYPE, &param) == GATT_SUCCESS)
281 if (p_data != NULL && status == GATT_SUCCESS)
srvc_battery.c 290 if (status != GATT_SUCCESS)
srvc_eng.c 453 return GATT_SUCCESS;
  /system/bt/stack/gap/
gap_ble.c 269 return GATT_SUCCESS;
526 if (GATTC_Read(p_clcb->conn_id, GATT_READ_BY_TYPE, &param) == GATT_SUCCESS)
637 if (status != GATT_SUCCESS)
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 314 if (status == BluetoothGatt.GATT_SUCCESS) {
BluetoothLeScanner.java 360 if (status == BluetoothGatt.GATT_SUCCESS) {
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 114 if (status == BluetoothGatt.GATT_SUCCESS) {
  /system/bt/bta/gatt/
bta_gatts_act.c 541 p_msg->api_start.transport) == GATT_SUCCESS)
596 (tGATTS_RSP *)p_msg->api_rsp.p_rsp) != GATT_SUCCESS)
655 if ((status != GATT_SUCCESS || !p_msg->api_indicate.need_confirm) &&
768 if (GATT_Disconnect(p_msg->hdr.layer_specific) != GATT_SUCCESS)
bta_gattc_cache.c     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 65 public static final int GATT_SUCCESS = 0;
151 if (status != GATT_SUCCESS) {
    [all...]

Completed in 697 milliseconds

1 2