Home
last modified time | relevance | path

Searched refs:write_type (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_api.c424 tBTA_GATTC_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue() argument
437 p_buf->write_type = write_type; in BTA_GATTC_WriteCharValue()
464 tBTA_GATTC_WRITE_TYPE write_type, in BTA_GATTC_WriteCharDescr() argument
479 p_buf->write_type = write_type; in BTA_GATTC_WriteCharDescr()
518 p_buf->write_type = BTA_GATTC_WRITE_PREPARE; in BTA_GATTC_PrepareWrite()
Dbta_gattc_int.h136 tBTA_GATTC_WRITE_TYPE write_type; member
Dbta_gattc_act.c1171 status = GATTC_Write(p_clcb->bta_conn_id, p_data->api_write.write_type, &attr); in bta_gattc_write()
1292 p_clcb->p_q_cmd->api_write.write_type == BTA_GATTC_WRITE_PREPARE) in bta_gattc_write_cmpl()
/system/bt/service/doc/
DIBluetoothGattClient.txt78 * |characteristic_id| with the value |value|. The |write_type| parameter
96 in int write_type,
116 * |descriptor_id| with the value |value|. The |write_type| parameter
134 in int write_type,
/system/bt/btif/src/
Dbtif_gatt_client.c196 uint8_t write_type; member
1257 BTA_GATTC_WriteCharValue(p_cb->conn_id, p_cb->handle, p_cb->write_type, in btgattc_handle_event()
1266 p_cb->write_type, &descr_val, in btgattc_handle_event()
1791 static bt_status_t btif_gattc_write_char(int conn_id, uint16_t handle, int write_type, in btif_gattc_write_char() argument
1799 btif_cb.write_type = (uint8_t) write_type; in btif_gattc_write_char()
1807 int write_type, int len, int auth_req, in btif_gattc_write_char_descr() argument
1815 btif_cb.write_type = (uint8_t) write_type; in btif_gattc_write_char_descr()
/system/bt/bta/hh/
Dbta_hh_le.c82 tBTA_GATTC_WRITE_TYPE write_type; member
177 BTA_GATTC_WriteCharValue(op->conn_id, op->handle, op->write_type, op->len, in gatt_execute_next_op()
208 UINT8 *p_value, tBTA_GATTC_WRITE_TYPE write_type) { in gatt_queue_write_op() argument
217 op->write_type = write_type; in gatt_queue_write_op()
2380 tBTA_GATTC_WRITE_TYPE write_type = BTA_GATTC_TYPE_WRITE; in bta_hh_le_write_rpt() local
2382 write_type = BTA_GATTC_TYPE_WRITE_NO_RSP; in bta_hh_le_write_rpt()
2385 p_buf->len, p_value, write_type); in bta_hh_le_write_rpt()
/system/bt/bta/include/
Dbta_gatt_api.h816 tBTA_GATTC_WRITE_TYPE write_type,
837 tBTA_GATTC_WRITE_TYPE write_type,