Searched refs:attribute_group_type (Results 1 – 1 of 1) sorted by relevance
/btstack/src/ble/ |
H A D | gatt_client.c | 374 …type_value_request(gatt_client_t *gatt_client, uint8_t request_type, uint16_t attribute_group_type, in att_find_by_type_value_request() argument 381 little_endian_store_16(request, 5, attribute_group_type); in att_find_by_type_value_request() 544 static void send_gatt_by_uuid_request(gatt_client_t *gatt_client, uint16_t attribute_group_type){ in send_gatt_by_uuid_request() argument 548 … att_find_by_type_value_request(gatt_client, ATT_FIND_BY_TYPE_VALUE_REQUEST, attribute_group_type, in send_gatt_by_uuid_request() 554 … att_find_by_type_value_request(gatt_client, ATT_FIND_BY_TYPE_VALUE_REQUEST, attribute_group_type, in send_gatt_by_uuid_request()
|