/system/bt/bta/test/common/ |
D | bta_gatt_queue_mock.cc | 35 tGATT_WRITE_TYPE write_type, in WriteCharacteristic() argument 37 gatt_queue->WriteCharacteristic(conn_id, handle, value, write_type, cb, in WriteCharacteristic() 43 tGATT_WRITE_TYPE write_type, in WriteDescriptor() argument 45 gatt_queue->WriteDescriptor(conn_id, handle, value, write_type, cb, cb_data); in WriteDescriptor()
|
D | bta_gatt_queue_mock.h | 34 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb, 38 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb,
|
/system/bt/bta/include/ |
D | bta_gatt_queue.h | 45 tGATT_WRITE_TYPE write_type, 49 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb, 65 tGATT_WRITE_TYPE write_type; member
|
D | bta_gatt_api.h | 647 tGATT_WRITE_TYPE write_type,
|
/system/bt/bta/gatt/ |
D | bta_gattc_queue.cc | 153 BTA_GATTC_WriteCharValue(conn_id, op.handle, op.write_type, in gatt_execute_next_op() 202 tGATT_WRITE_TYPE write_type, in WriteCharacteristic() argument 208 .write_type = write_type, in WriteCharacteristic() 215 tGATT_WRITE_TYPE write_type, in WriteDescriptor() argument 221 .write_type = write_type, in WriteDescriptor()
|
D | bta_gattc_api.cc | 476 tGATT_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue() argument 487 p_buf->write_type = write_type; in BTA_GATTC_WriteCharValue() 524 p_buf->write_type = GATT_WRITE; in BTA_GATTC_WriteCharDescr() 565 p_buf->write_type = BTA_GATTC_WRITE_PREPARE; in BTA_GATTC_PrepareWrite()
|
D | bta_gattc_int.h | 118 tGATT_WRITE_TYPE write_type; member
|
D | bta_gattc_act.cc | 845 GATTC_Write(p_clcb->bta_conn_id, p_data->api_write.write_type, &attr); in bta_gattc_write()
|
/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/test/mock/ |
D | mock_bta_gattc_api.cc | 162 tGATT_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue() argument
|
/system/bt/include/hardware/ |
D | bt_gatt_client.h | 258 int write_type, int auth_req,
|
/system/bt/btif/src/ |
D | btif_gatt_client.cc | 492 int write_type, int auth_req, in btif_gattc_write_char() argument 499 write_type, std::move(value), auth_req, in btif_gattc_write_char()
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 1827 tGATT_WRITE_TYPE write_type = GATT_WRITE; in bta_hh_le_write_rpt() local 1829 write_type = GATT_WRITE_NO_RSP; in bta_hh_le_write_rpt() 1832 std::move(value), write_type, in bta_hh_le_write_rpt()
|
/system/bt/bta/vc/ |
D | devices_test.cc | 372 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb, in TEST_F()
|
D | vc_test.cc | 218 std::vector<uint8_t> value, tGATT_WRITE_TYPE write_type, in SetUp()
|