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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 142 if (status == GATT_SUCCESS)
262 tGATT_STATUS ret_code = GATT_SUCCESS;
272 return(GATT_SUCCESS);
276 if (op_code == GATT_REQ_PREPARE_WRITE && status == GATT_SUCCESS)
279 if (op_code == GATT_REQ_EXEC_WRITE && status != GATT_SUCCESS)
285 && status == GATT_SUCCESS)
299 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 100 if (attp_send_cl_msg(p_clcb->p_tcb, p_clcb->clcb_idx, op_code, &cl_req) != GATT_SUCCESS)
106 gatt_end_operation(p_clcb, GATT_SUCCESS, NULL);
189 (rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, op_code, &msg)) != GATT_SUCCESS)
207 UINT8 rt = GATT_SUCCESS, op_code;
258 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED)
261 if (rt != GATT_SUCCESS)
285 if (rt != GATT_SUCCESS)
320 p_clcb->status = GATT_SUCCESS;
346 UINT8 rt = GATT_SUCCESS;
376 if (rt != GATT_SUCCESS )
    [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.
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
BluetoothLeService.java 94 if (status == BluetoothGatt.GATT_SUCCESS) {
105 if (status == BluetoothGatt.GATT_SUCCESS) {
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 509 p_msg->api_start.transport) == GATT_SUCCESS)
562 (tGATTS_RSP *)p_msg->api_rsp.p_rsp) != GATT_SUCCESS)
599 if (status != GATT_SUCCESS &&
695 if (GATT_Disconnect(p_msg->hdr.layer_specific) != GATT_SUCCESS)
bta_gattc_cache.c     [all...]
bta_gattc_act.c 882 if (p_clcb->status != GATT_SUCCESS)
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 336 return GATT_SUCCESS;
404 return GATT_SUCCESS;
696 if (status != GATT_SUCCESS)
754 if (GATTC_Read(p_clcb->conn_id, GATT_READ_BY_TYPE, &param) != GATT_SUCCESS)
944 if (GATTC_Discover(p_clcb->conn_id, GATT_DISC_CHAR, &param) != GATT_SUCCESS)
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 28 #define GATT_SUCCESS 0x0000
61 #define GATT_ENCRYPED_MITM GATT_SUCCESS
811 ** return GATT_SUCCESS if sucessfully started; otherwise error code.
843 ** Returns GATT_SUCCESS if sucessfully sent or queued; otherwise error code.
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 60 #define BTA_GATT_OK GATT_SUCCESS
    [all...]
  /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...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 198 milliseconds