Searched refs:write_type (Results 1 – 10 of 10) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_queue.cc | 129 BTA_GATTC_WriteCharValue(conn_id, op.handle, op.write_type, in gatt_execute_next_op() 170 tGATT_WRITE_TYPE write_type, in WriteCharacteristic() argument 174 .write_type = write_type, in WriteCharacteristic() 183 tGATT_WRITE_TYPE write_type, in WriteDescriptor() argument 187 .write_type = write_type, in WriteDescriptor()
|
D | bta_gattc_api.cc | 469 tGATT_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue() argument 480 p_buf->write_type = write_type; in BTA_GATTC_WriteCharValue() 517 p_buf->write_type = GATT_WRITE; in BTA_GATTC_WriteCharDescr() 558 p_buf->write_type = BTA_GATTC_WRITE_PREPARE; in BTA_GATTC_PrepareWrite()
|
D | bta_gattc_int.h | 121 tGATT_WRITE_TYPE write_type; member
|
D | bta_gattc_act.cc | 806 GATTC_Write(p_clcb->bta_conn_id, p_data->api_write.write_type, &attr); in bta_gattc_write()
|
/system/bt/bta/include/ |
D | bta_gatt_queue.h | 44 tGATT_WRITE_TYPE write_type, 48 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb, 61 tGATT_WRITE_TYPE write_type; member
|
D | bta_gatt_api.h | 616 tGATT_WRITE_TYPE write_type,
|
/system/bt/service/doc/ |
D | IBluetoothGattClient.txt | 78 * |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/include/hardware/ |
D | bt_gatt_client.h | 253 int write_type, int auth_req,
|
/system/bt/btif/src/ |
D | btif_gatt_client.cc | 450 bt_status_t btif_gattc_write_char(int conn_id, uint16_t handle, int write_type, in btif_gattc_write_char() argument 457 write_type, std::move(value), auth_req, in btif_gattc_write_char()
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 1872 tGATT_WRITE_TYPE write_type = GATT_WRITE; in bta_hh_le_write_rpt() local 1874 write_type = GATT_WRITE_NO_RSP; in bta_hh_le_write_rpt() 1877 std::move(value), write_type, in bta_hh_le_write_rpt()
|