Searched defs:operation (Results 1 – 4 of 4) sorted by relevance
/btstack/src/mesh/ |
H A D | mesh_access.c | 168 … const mesh_operation_t * operation = mesh_model_lookup_operation_by_opcode(model, ack_opcode); in mesh_access_acknowledged_run() local 728 const mesh_operation_t * operation = model->operations; in mesh_model_lookup_operation_by_opcode() local 747 const mesh_operation_t * operation = model->operations; in mesh_model_lookup_operation() local 806 const mesh_operation_t * operation = mesh_model_lookup_operation(model, pdu); in mesh_access_message_process_handler() local 846 const mesh_operation_t * operation = mesh_model_lookup_operation(model, pdu); in mesh_access_message_process_handler() local 867 … const mesh_operation_t * operation = mesh_model_lookup_operation(model, pdu); in mesh_access_message_process_handler() local
|
/btstack/src/ |
H A D | btstack_crypto.h | 71 btstack_crypto_operation_t operation; member
|
H A D | hci.c | 6141 uint8_t operation = 0; in hci_le_extended_advertising_operation_for_chunk() local 6679 …uint8_t operation = hci_le_extended_advertising_operation_for_chunk(pos, advertising_set->adv_dat… in hci_run_general_gap_le() local 6695 …uint8_t operation = hci_le_extended_advertising_operation_for_chunk(pos, advertising_set->scan_da… in hci_run_general_gap_le() local 6720 …uint8_t operation = hci_le_extended_advertising_operation_for_chunk(pos, advertising_set->periodi… in hci_run_general_gap_le() local
|
/btstack/src/ble/ |
H A D | att_db.c | 343 …_get_settings(struct att_security_settings * security_settings, att_operation_t operation, att_ite… in att_validate_security_get_settings() 375 static uint8_t att_validate_security(att_connection_t * att_connection, att_operation_t operation, … in att_validate_security()
|