Searched refs:GATT_REQ_PREPARE_WRITE (Results 1 – 5 of 5) sorted by relevance
312 if (op_code == GATT_REQ_PREPARE_WRITE || op_code == GATT_RSP_PREPARE_WRITE ) { in attp_build_value_cmd()592 case GATT_REQ_PREPARE_WRITE: in attp_send_cl_msg()
422 if (op_code == GATT_REQ_PREPARE_WRITE && status == GATT_SUCCESS) { in gatt_sr_process_app_rsp()1447 gatt_send_error_rsp(p_tcb, status, GATT_REQ_PREPARE_WRITE, handle, TRUE); in gatt_attr_process_prepare_write()1591 case GATT_REQ_PREPARE_WRITE: in gatts_process_attribute_req()1788 case GATT_REQ_PREPARE_WRITE: in gatts_handle_db_out_of_sync()1873 case GATT_REQ_PREPARE_WRITE: in gatt_server_handle_client_req()
377 GATT_REQ_PREPARE_WRITE, in gatt_send_prepare_write()569 (opcode == GATT_REQ_PREPARE_WRITE) && in gatt_process_error_rsp()
1256 if (op_code == GATT_REQ_PREPARE_WRITE) { /* does not allow write blob */ in gatts_write_attr_perm_check()
106 #define GATT_REQ_PREPARE_WRITE 0x16 macro