Searched refs:get_bytes_to_copy (Results 1 – 2 of 2) sorted by relevance
/btstack/port/archive/msp430f5229lp-cc2564b/example/ |
H A D | ble_server.c | 160 static uint16_t get_bytes_to_copy(uint16_t value_len, uint16_t offset, uint16_t buffer_size){ in get_bytes_to_copy() function 175 uint16_t bytes_to_copy = get_bytes_to_copy(value_len, offset, buffer_size); in att_read_callback() 194 uint16_t bytes_to_copy = get_bytes_to_copy(value_len, offset,buffer_size); in att_write_callback()
|
/btstack/port/archive/msp-exp430f5438-cc2564b/example/ |
H A D | ble_server.c | 184 static uint16_t get_bytes_to_copy(uint16_t value_len, uint16_t offset, uint16_t buffer_size){ in get_bytes_to_copy() function 199 uint16_t bytes_to_copy = get_bytes_to_copy(value_len, offset, buffer_size); in att_read_callback() 218 uint16_t bytes_to_copy = get_bytes_to_copy(value_len, offset,buffer_size); in att_write_callback()
|