Searched refs:char_type (Results 1 – 3 of 3) sorted by relevance
725 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()
1016 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()
618 tGATT_READ_BY_TYPE char_type; /* characteristic type */ member