Home
last modified time | relevance | path

Searched refs:char_type (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc725 read_param.char_type.s_handle = 0x0001; in bta_gattc_read_db_hash()
726 read_param.char_type.e_handle = 0xFFFF; in bta_gattc_read_db_hash()
727 read_param.char_type.uuid = Uuid::From16Bit(GATT_UUID_DATABASE_HASH); in bta_gattc_read_db_hash()
728 read_param.char_type.auth_req = GATT_AUTH_REQ_NONE; in bta_gattc_read_db_hash()
Dbta_gattc_act.cc1016 read_param.char_type.s_handle = p_data->api_read.s_handle; in bta_gattc_read()
1017 read_param.char_type.e_handle = p_data->api_read.e_handle; in bta_gattc_read()
1018 read_param.char_type.uuid = p_data->api_read.uuid; in bta_gattc_read()
1019 read_param.char_type.auth_req = p_data->api_read.auth_req; in bta_gattc_read()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h618 tGATT_READ_BY_TYPE char_type; /* characteristic type */ member