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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 317 if (status == BluetoothGatt.GATT_SUCCESS) {
328 if ((status == BluetoothGatt.GATT_SUCCESS) &&
337 if ((status == BluetoothGatt.GATT_SUCCESS) &&
349 if ((status == BluetoothGatt.GATT_SUCCESS) &&
365 if ((status == BluetoothGatt.GATT_SUCCESS) &&
374 if ((status == BluetoothGatt.GATT_SUCCESS) &&
382 if (status == BluetoothGatt.GATT_SUCCESS) notifyReliableWriteCompleted();
387 if (status == BluetoothGatt.GATT_SUCCESS) notifyReadRemoteRssi(rssi);
BleServerService.java 250 if (status == BluetoothGatt.GATT_SUCCESS) {
266 if (status == BluetoothGatt.GATT_SUCCESS) notifyServiceAdded();
275 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0,
291 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
301 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0,
316 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 144 if (status == GATT_SUCCESS)
264 tGATT_STATUS ret_code = GATT_SUCCESS;
274 return(GATT_SUCCESS);
278 if (op_code == GATT_REQ_PREPARE_WRITE && status == GATT_SUCCESS)
281 if (op_code == GATT_REQ_EXEC_WRITE && status != GATT_SUCCESS)
287 && status == GATT_SUCCESS)
301 if ( (p_tcb->sr_cmd.status == GATT_SUCCESS) && (p_tcb->sr_cmd.p_rsp_msg) )
402 tGATT_STATUS err = GATT_SUCCESS;
441 != GATT_SUCCESS)
464 if (err == GATT_SUCCESS)
    [all...]
gatt_cl.c 110 if (st != GATT_SUCCESS && st != GATT_CMD_STARTED)
116 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL);
201 if ( op_code == 0 || (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED))
219 UINT8 rt = GATT_SUCCESS, op_code = 0;
270 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED)
273 if (rt != GATT_SUCCESS)
297 if (rt != GATT_SUCCESS)
332 p_clcb->status = GATT_SUCCESS;
358 UINT8 rt = GATT_SUCCESS;
388 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.
627 cmd_status = GATT_SUCCESS;
641 if (cmd_status == GATT_SUCCESS)
663 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
709 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
763 ** Returns GATT_SUCCESS if command started successfully.
813 ** Returns GATT_SUCCESS if command received/sent successfully.
819 tGATT_STATUS status = GATT_SUCCESS;
    [all...]
gatt_db.c 183 return GATT_SUCCESS;
231 if (status != GATT_SUCCESS)
248 status = GATT_SUCCESS;
268 status = GATT_SUCCESS;
284 status = GATT_SUCCESS;
370 else if (status == GATT_SUCCESS)
818 status = GATT_SUCCESS;
824 status = GATT_SUCCESS;
    [all...]
att_protocol.c 449 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
464 cmd_sent = GATT_SUCCESS;
483 UINT8 att_ret = GATT_SUCCESS;
528 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
  /external/bluetooth/bluedroid/stack/include/
srvc_api.h 26 #define DIS_SUCCESS GATT_SUCCESS
gatt_api.h 28 #define GATT_SUCCESS 0x0000
61 #define GATT_ENCRYPED_MITM GATT_SUCCESS
820 ** return GATT_SUCCESS if sucessfully started; otherwise error code.
852 ** Returns GATT_SUCCESS if sucessfully sent or queued; otherwise error code.
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/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/BluetoothLeGattSample/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) {
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 104 st = GATT_SUCCESS;
214 if (GATTC_Read(conn_id, GATT_READ_BY_TYPE, &param) == GATT_SUCCESS)
252 if (p_data != NULL && status == GATT_SUCCESS)
srvc_battery.c 284 if (status != GATT_SUCCESS)
srvc_eng.c 436 return GATT_SUCCESS;
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 553 p_msg->api_start.transport) == GATT_SUCCESS)
606 (tGATTS_RSP *)p_msg->api_rsp.p_rsp) != GATT_SUCCESS)
664 if (status != GATT_SUCCESS && p_msg->api_indicate.need_confirm &&
760 if (GATT_Disconnect(p_msg->hdr.layer_specific) != GATT_SUCCESS)
bta_gattc_cache.c     [all...]
bta_gattc_act.c 936 if (p_clcb->status != GATT_SUCCESS)
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 336 return GATT_SUCCESS;
404 return GATT_SUCCESS;
697 if (status != GATT_SUCCESS)
755 if (GATTC_Read(p_clcb->conn_id, GATT_READ_BY_TYPE, &param) != GATT_SUCCESS)
955 if (GATTC_Discover(p_clcb->conn_id, GATT_DISC_CHAR, &param) != GATT_SUCCESS)
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 74 public static final int GATT_SUCCESS = 0;
138 if (status != GATT_SUCCESS) {
    [all...]
BluetoothAdapter.java     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 60 #define BTA_GATT_OK GATT_SUCCESS
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 798 milliseconds