Home
last modified time | relevance | path

Searched refs:num_handles (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dhci_api.h98 int hci_api_host_num_complete_packets(uint8_t num_handles, struct handle_count *phc);
163 int hci_api_num_complete_packets(uint8_t num_handles,
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.c476 …r_service(mp_obj_t uuid_in, mp_obj_t characteristics_in, uint16_t **handles, size_t *num_handles) { in bluetooth_gatts_register_service() argument
500 *num_handles = len; in bluetooth_gatts_register_service()
501 *handles = m_new(uint16_t, *num_handles); in bluetooth_gatts_register_service()
538 …*handles = m_renew(uint16_t, *handles, *num_handles, *num_handles + num_descriptors[characteristic… in bluetooth_gatts_register_service()
562 *num_handles += num_descriptors[characteristic_index]; in bluetooth_gatts_register_service()
585 size_t *num_handles = m_new0(size_t, len); in bluetooth_ble_gatts_register_services() local
599 …bluetooth_gatts_register_service(service_items[0], service_items[1], &handles[i], &num_handles[i]); in bluetooth_ble_gatts_register_services()
616 mp_obj_tuple_t *service_handles = MP_OBJ_TO_PTR(mp_obj_new_tuple(num_handles[i], NULL)); in bluetooth_ble_gatts_register_services()
617 for (size_t j = 0; j < num_handles[i]; ++j) { in bluetooth_ble_gatts_register_services()
625 m_del(size_t, num_handles, len); in bluetooth_ble_gatts_register_services()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c140 BT_DBG("num_handles %u", evt->num_handles); in hci_num_completed_packets()
142 for (i = 0; i < evt->num_handles; i++) { in hci_num_completed_packets()
866 __hci_api_weak__ int hci_api_num_complete_packets(u8_t num_handles, in hci_api_num_complete_packets() argument
871 for (i = 0; i < num_handles; i++) { in hci_api_num_complete_packets()
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() argument
1293 cp->num_handles = sys_cpu_to_le16(num_handles); in hci_api_host_num_complete_packets()
A Dhci_core.c269 cp->num_handles = sys_cpu_to_le16(1); in report_completed_packet()
1478 BT_DBG("num_handles %u", evt->num_handles); in hci_num_completed_packets()
1480 for (i = 0; i < evt->num_handles; i++) { in hci_num_completed_packets()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h455 u8_t num_handles; member
1355 u8_t num_handles; member

Completed in 38 milliseconds