Searched refs:GATT_ERROR (Results 1 – 11 of 11) sorted by relevance
/external/bluetooth/bluedroid/stack/srvc/ |
D | srvc_battery.c | 202 tGATT_STATUS status = GATT_ERROR; in Battery_Instantiate() 244 status = GATT_ERROR; in Battery_Instantiate()
|
D | srvc_dis.c | 368 return GATT_ERROR; in DIS_SrInit()
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_cl.c | 120 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_act_discovery() 334 p_clcb->status = GATT_ERROR; in gatt_check_write_long_terminate() 771 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_process_read_by_type_rsp() 1193 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_client_handle_server_rsp()
|
D | att_protocol.c | 513 att_ret = GATT_ERROR; in attp_cl_send_cmd()
|
D | gatt_api.c | 788 return GATT_ERROR; in GATTC_ConfigureMTU()
|
D | gatt_sr.c | 382 gatt_send_error_rsp(p_tcb, GATT_ERROR, GATT_REQ_EXEC_WRITE, 0, FALSE); in gatt_process_exec_write_req()
|
D | gatt_utils.c | 2215 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_cleanup_upon_disc()
|
/external/bluetooth/bluedroid/stack/include/ |
D | gatt_api.h | 54 #define GATT_ERROR 0x85 macro
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 85 #define BTA_GATT_ERROR GATT_ERROR /* 0x85 */
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 510 return GATT_ERROR; in bta_gattc_discover_procedure()
|
D | bta_gattc_act.c | 1508 p_data->op_cmpl.status = GATT_ERROR; in bta_gattc_op_cmpl()
|