Searched defs:att_connection (Results 1 – 10 of 10) sorted by relevance
/btstack/src/ble/ |
H A D | att_server.c | 154 …oid att_server_request_can_send_now(att_server_t * att_server, att_connection_t * att_connection ){ in att_server_request_can_send_now() 174 static bool att_server_can_send_packet(att_server_t * att_server, att_connection_t * att_connection… in att_server_can_send_packet() 248 static void att_emit_connected_event(att_server_t * att_server, att_connection_t * att_connection){ in att_emit_connected_event() 285 att_connection_t * att_connection = &hci_connection->att_connection; in att_handle_value_indication_timeout() local 295 att_connection_t * att_connection; in att_server_event_packet_handler() local 493 att_server_send_prepared(const att_server_t *att_server, const att_connection_t *att_connection, ui… in att_server_send_prepared() 522 att_connection_t * att_connection = NULL; in att_signed_write_handle_cmac_result() local 553 …tt_server_handle_response_pending(att_server_t *att_server, const att_connection_t *att_connection, in att_server_handle_response_pending() 591 att_server_process_validated_request(att_server_t *att_server, att_connection_t *att_connection, ui… in att_server_process_validated_request() 666 att_connection_t * att_connection = &hci_connection->att_connection; in att_server_response_ready() local [all …]
|
H A D | att_db.h | 110 typedef struct att_connection { struct 119 } att_connection_t; argument
|
H A D | att_db.c | 375 static uint8_t att_validate_security(att_connection_t * att_connection, att_operation_t operation, … in att_validate_security() 415 static uint16_t handle_exchange_mtu_request(att_connection_t * att_connection, uint8_t * request_bu… in handle_exchange_mtu_request() 441 static uint16_t handle_find_information_request2(att_connection_t * att_connection, uint8_t * respo… in handle_find_information_request2() 510 static uint16_t handle_find_information_request(att_connection_t * att_connection, uint8_t * reques… in handle_find_information_request() 534 static uint16_t handle_find_by_type_value_request(att_connection_t * att_connection, uint8_t * requ… in handle_find_by_type_value_request() 611 static uint16_t handle_read_by_type_request2(att_connection_t * att_connection, uint8_t * response_… in handle_read_by_type_request2() 720 static uint16_t handle_read_by_type_request(att_connection_t * att_connection, uint8_t * request_bu… in handle_read_by_type_request() 743 static uint16_t handle_read_request2(att_connection_t * att_connection, uint8_t * response_buffer, … in handle_read_request2() 788 static uint16_t handle_read_request(att_connection_t * att_connection, uint8_t * request_buffer, u… in handle_read_request() 802 static uint16_t handle_read_blob_request2(att_connection_t * att_connection, uint8_t * response_buf… in handle_read_blob_request2() [all …]
|
H A D | att_server.h | 60 att_connection_t att_connection; member
|
/btstack/test/fuzz/ |
H A D | fuzz_att_db.c | 35 att_connection_t att_connection = { 0 }; in LLVMFuzzerTestOneInput() local
|
/btstack/test/gatt_client/ |
H A D | mock.c | 108 static void att_init_connection(att_connection_t * att_connection){ in att_init_connection() 186 att_connection_t att_connection; in l2cap_send_prepared_connectionless() local
|
/btstack/test/security_manager/ |
H A D | mock.c | 149 void att_init_connection(att_connection_t * att_connection){ in att_init_connection()
|
/btstack/test/gatt_server/ |
H A D | mock.c | 199 att_connection_t att_connection; in l2cap_send_prepared_connectionless() local
|
/btstack/test/att_db/ |
H A D | att_db_test.cpp | 131 att_connection_t att_connection; in TEST_GROUP() local
|
/btstack/src/ |
H A D | hci.h | 686 att_connection_t att_connection; member
|