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

1 2

  /system/bt/stack/gatt/
gatt_sr.c 145 if (status == GATT_SUCCESS)
265 tGATT_STATUS ret_code = GATT_SUCCESS;
276 return(GATT_SUCCESS);
280 if (op_code == GATT_REQ_PREPARE_WRITE && status == GATT_SUCCESS)
283 if (op_code == GATT_REQ_EXEC_WRITE && status != GATT_SUCCESS)
289 && status == GATT_SUCCESS)
303 if ( (p_tcb->sr_cmd.status == GATT_SUCCESS) && (p_tcb->sr_cmd.p_rsp_msg) )
400 tGATT_STATUS err = GATT_SUCCESS;
439 != GATT_SUCCESS)
462 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_attr.c 371 if (status == GATT_SUCCESS && p_clcb->ccc_result > 0)
435 if (GATTC_Discover (p_clcb->conn_id, GATT_DISC_SRVC_BY_UUID, &srvc_disc_param) != GATT_SUCCESS)
447 if (GATTC_Discover (p_clcb->conn_id, GATT_DISC_CHAR, &srvc_disc_param) != GATT_SUCCESS)
457 if (GATTC_Discover (p_clcb->conn_id, GATT_DISC_CHAR_DSCPT, &srvc_disc_param) != GATT_SUCCESS)
468 if (GATTC_Write (p_clcb->conn_id, GATT_WRITE, &ccc_value) != GATT_SUCCESS)
gatt_api.c 461 ** return GATT_SUCCESS if sucessfully started; otherwise error code.
546 return GATT_SUCCESS;
593 ** Returns GATT_SUCCESS if sucessfully sent or queued; otherwise error code.
630 cmd_status = GATT_SUCCESS;
644 if (cmd_status == GATT_SUCCESS || cmd_status == GATT_CONGESTED)
665 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
716 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
770 ** Returns GATT_SUCCESS if command started successfully.
823 ** Returns GATT_SUCCESS if command received/sent successfully.
829 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;
384 else if (status == GATT_SUCCESS)
852 status = GATT_SUCCESS;
    [all...]
att_protocol.c 376 return GATT_SUCCESS;
450 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
475 ** Returns GATT_SUCCESS if command sent
483 tGATT_STATUS att_ret = GATT_SUCCESS;
494 if (att_ret == GATT_CONGESTED || att_ret == GATT_SUCCESS)
529 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
  /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...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryActivity.java 159 if (status == BluetoothGatt.GATT_SUCCESS && newState == BluetoothGatt.STATE_CONNECTED) {
166 if (status != BluetoothGatt.GATT_SUCCESS) {
196 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 136 st = GATT_SUCCESS;
248 if (GATTC_Read(conn_id, GATT_READ_BY_TYPE, &param) == GATT_SUCCESS)
284 if (p_data != NULL && status == GATT_SUCCESS)
srvc_battery.c 290 if (status != GATT_SUCCESS)
srvc_eng.c 455 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 310 if (status == BluetoothGatt.GATT_SUCCESS) {
BluetoothLeScanner.java 321 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 564 p_msg->api_start.transport) == GATT_SUCCESS)
619 (tGATTS_RSP *)p_msg->api_rsp.p_rsp) != GATT_SUCCESS)
678 if ((status != GATT_SUCCESS || !p_msg->api_indicate.need_confirm) &&
791 if (GATT_Disconnect(p_msg->hdr.layer_specific) != GATT_SUCCESS)
bta_gattc_cache.c     [all...]
bta_gattc_act.c 944 if (status != GATT_SUCCESS && status != GATT_CMD_STARTED)
    [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 430 milliseconds

1 2