Searched defs:request_type (Results 1 – 5 of 5) sorted by relevance
/btstack/src/ble/ |
H A D | att_db.c | 447 uint8_t request_type = ATT_FIND_INFORMATION_REQUEST; in handle_find_information_request2() local 551 uint8_t request_type = ATT_FIND_BY_TYPE_VALUE_REQUEST; in handle_find_by_type_value_request() local 617 uint8_t request_type = ATT_READ_BY_TYPE_REQUEST; in handle_read_by_type_request2() local 746 uint8_t request_type = ATT_READ_REQUEST; in handle_read_request2() local 804 uint8_t request_type = ATT_READ_BLOB_REQUEST; in handle_read_blob_request2() local 871 … uint8_t request_type = store_length ? ATT_READ_MULTIPLE_VARIABLE_REQ : ATT_READ_MULTIPLE_REQUEST; in handle_read_multiple_request2() local 960 … uint8_t request_type = store_length ? ATT_READ_MULTIPLE_VARIABLE_REQ : ATT_READ_MULTIPLE_REQUEST; in handle_read_multiple_request() local 996 uint8_t request_type = ATT_READ_BY_GROUP_TYPE_REQUEST; in handle_read_by_group_type_request2() local 1117 uint8_t request_type = ATT_WRITE_REQUEST; in handle_write_request() local 1160 uint8_t request_type = ATT_PREPARE_WRITE_REQUEST; in handle_prepare_write_request() local [all …]
|
H A D | gatt_client.c | 361 static uint8_t att_find_information_request(gatt_client_t *gatt_client, uint8_t request_type, uint1… in att_find_information_request() 374 att_find_by_type_value_request(gatt_client_t *gatt_client, uint8_t request_type, uint16_t attribute… in att_find_by_type_value_request() 389 att_read_by_type_or_group_request_for_uuid16(gatt_client_t *gatt_client, uint8_t request_type, uint… in att_read_by_type_or_group_request_for_uuid16() 403 att_read_by_type_or_group_request_for_uuid128(gatt_client_t *gatt_client, uint8_t request_type, con… in att_read_by_type_or_group_request_for_uuid128() 416 static uint8_t att_read_request(gatt_client_t *gatt_client, uint8_t request_type, uint16_t attribut… in att_read_request() 426 static uint8_t att_read_blob_request(gatt_client_t *gatt_client, uint8_t request_type, uint16_t att… in att_read_blob_request() 466 static uint8_t att_signed_write_request(gatt_client_t *gatt_client, uint16_t request_type, uint16_t… in att_signed_write_request() 482 att_write_request(gatt_client_t *gatt_client, uint8_t request_type, uint16_t attribute_handle, uint… in att_write_request() 494 static uint8_t att_execute_write_request(gatt_client_t *gatt_client, uint8_t request_type, uint8_t … in att_execute_write_request() 504 static uint8_t att_prepare_write_request(gatt_client_t *gatt_client, uint8_t request_type, uint16_t… in att_prepare_write_request()
|
/btstack/test/att_db/ |
H A D | att_db_test.cpp | 112 static uint16_t att_write_request(uint16_t request_type, uint16_t attribute_handle, uint16_t value_… in att_write_request() 119 static uint16_t att_prepare_write_request(uint16_t request_type, uint16_t attribute_handle, uint16_… in att_prepare_write_request()
|
/btstack/test/gatt_server/ |
H A D | gatt_server_test.cpp | 41 static uint16_t att_write_request(uint16_t request_type, uint16_t attribute_handle, uint16_t value_… in att_write_request() 48 static uint16_t att_read_request(uint16_t request_type, uint16_t attribute_handle){ in att_read_request()
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_msg.h | 94 u8_t request_type; member
|