Searched refs:handle_count (Results 1 – 8 of 8) sorted by relevance
93 struct handle_count { struct98 int hci_api_host_num_complete_packets(uint8_t num_handles, struct handle_count *phc); argument
258 ScratchBufferHandle** scratch_buffer_handles, size_t handle_count);
1033 ScratchBufferHandle** scratch_buffer_handles, size_t handle_count) { in AllocateScratchBufferHandles() argument1045 sizeof(ScratchBufferHandle) * handle_count, in AllocateScratchBufferHandles()
1177 size_t handle_count; member
3464 if (!params->handle_count) { in gatt_read_rsp()3567 params->handle_count * sizeof(u16_t)); in gatt_read_mult()3572 for (i = 0U; i < params->handle_count; i++) { in gatt_read_mult()3630 params->handle_count * sizeof(u16_t)); in gatt_read_mult_vl()3635 for (i = 0U; i < params->handle_count; i++) { in gatt_read_mult_vl()3669 if (params->handle_count == 0) { in bt_gatt_read()3673 if (params->handle_count > 1) { in bt_gatt_read()
1279 __hci_api_weak__ int hci_api_host_num_complete_packets(uint8_t num_handles, struct handle_count *ph… in hci_api_host_num_complete_packets()
278 struct handle_count hc; in report_completed_packet()
1201 params->handle_count = 1; in ble_stack_gatt_read()1252 params->handle_count = attr_count; in ble_stack_gatt_read_multiple()
Completed in 36 milliseconds