Home
last modified time | relevance | path

Searched refs:char_uuid (Results 1 – 11 of 11) sorted by relevance

/system/bt/test/suite/cases/
Dgatt.c98 bt_uuid_t char_uuid; in gatt_server_build() local
99 create_random_uuid(&char_uuid, -1); in gatt_server_build()
112 …CALL_AND_WAIT(gatt_interface->server->add_characteristic(server_if, srvc_handle, &char_uuid, 0x10 … in gatt_server_build()
/system/bt/bta/hh/
Dbta_hh_le.c386 void bta_hh_le_fill_16bits_char_id(UINT8 inst_id, UINT16 char_uuid, in bta_hh_le_fill_16bits_char_id() argument
390 bta_hh_le_fill_16bits_gatt_id(inst_id, char_uuid, p_output); in bta_hh_le_fill_16bits_char_id()
604 UINT16 char_uuid, UINT8 char_inst_id, UINT16 char_descp_uuid) in bta_hh_le_read_char_dscrpt() argument
612 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id); in bta_hh_le_read_char_dscrpt()
649 UINT16 srvc_uuid, char_uuid; in bta_hh_le_read_rpt_ref_descr() local
665 char_uuid = GATT_UUID_BATTERY_LEVEL; in bta_hh_le_read_rpt_ref_descr()
673 char_uuid = GATT_UUID_HID_REPORT; in bta_hh_le_read_rpt_ref_descr()
679 char_uuid, in bta_hh_le_read_rpt_ref_descr()
1160 void bta_hh_le_expl_boot_rpt(tBTA_HH_DEV_CB *p_dev_cb, UINT16 char_uuid, in bta_hh_le_expl_boot_rpt() argument
1165 char_uuid, in bta_hh_le_expl_boot_rpt()
[all …]
/system/bt/bta/gatt/
Dbta_gatts_act.c451 &p_msg->api_add_char.char_uuid, in bta_gatts_add_char()
458 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char.char_uuid, sizeof(tBT_UUID)); in bta_gatts_add_char()
496 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char_descr.descr_uuid, sizeof(tBT_UUID)); in bta_gatts_add_char_descr()
Dbta_gatts_int.h96 tBT_UUID char_uuid; member
Dbta_gatts_api.c240 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AddCharacteristic()
Dbta_gattc_cache.c1002 p_data->value.dclr_value.char_uuid, in bta_gattc_disc_res_cback()
/system/bt/stack/include/
Dgatt_api.h506 tBT_UUID char_uuid; /* characteristic UUID type */ member
776 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid,
/system/bt/btif/src/
Dbtif_gatt_test.c182 format_uuid(p_data->value.dclr_value.char_uuid, str_buf)); in btif_test_discovery_result_cback()
Dbtif_gatt_server.c239 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid); in btapp_gatts_handle_cback()
253 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid); in btapp_gatts_handle_cback()
/system/bt/stack/gatt/
Dgatt_cl.c890 … if (!gatt_parse_uuid_from_cmd(&record_value.dclr_value.char_uuid, (UINT16)(value_len - 3), &p)) in gatt_process_read_by_type_rsp()
898 if (!gatt_uuid_compare(record_value.dclr_value.char_uuid, p_clcb->uuid)) in gatt_process_read_by_type_rsp()
/system/bt/bta/include/
Dbta_gatt_api.h572 tBT_UUID char_uuid; member