Searched refs:GATT_SUCCESS (Results 1 - 15 of 15) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_sr.c144 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...]
H A Dgatt_cl.c110 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
[all...]
H A Dgatt_api.c460 ** 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...]
H A Dgatt_db.c183 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;
854 status = GATT_SUCCESS;
H A Datt_protocol.c449 ** 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/
H A Dsrvc_api.h26 #define DIS_SUCCESS GATT_SUCCESS
H A Dgatt_api.h28 #define GATT_SUCCESS 0x0000 macro
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.
870 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
888 ** Returns GATT_SUCCESS if sucessfully sent; otherwise error code.
909 ** Returns GATT_SUCCESS if command started successfully.
924 ** Returns GATT_SUCCESS if command received/sent successfully.
941 ** Returns GATT_SUCCESS if command started successfully.
958 ** Returns GATT_SUCCESS i
[all...]
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_dis.c104 st = GATT_SUCCESS;
214 if (GATTC_Read(conn_id, GATT_READ_BY_TYPE, &param) == GATT_SUCCESS)
252 if (p_data != NULL && status == GATT_SUCCESS)
H A Dsrvc_battery.c284 if (status != GATT_SUCCESS)
H A Dsrvc_eng.c436 return GATT_SUCCESS;
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_act.c553 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)
H A Dbta_gattc_cache.c1001 if ( p_clcb && (status != GATT_SUCCESS || p_clcb->status != GATT_SUCCESS) )
1003 if (p_clcb->status == GATT_SUCCESS)
H A Dbta_gattc_act.c936 if (p_clcb->status != GATT_SUCCESS)
1190 != GATT_SUCCESS)
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c336 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)
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h60 #define BTA_GATT_OK GATT_SUCCESS

Completed in 77 milliseconds