Searched refs:sco_max_len (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/include/ |
A D | hci_api.h | 159 uint8_t *sco_max_len,
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_api.c | 1630 uint8_t *sco_max_len, in hci_api_read_buffer_size() argument 1653 *sco_max_len = rp->sco_max_len; in hci_api_read_buffer_size()
|
A D | hci_core.c | 6058 static void read_buffer_size_complete(u16_t acl_max_len, uint8_t sco_max_len, u16_t acl_max_num, u… in read_buffer_size_complete() argument 6697 u8_t sco_max_len = 0; in br_init() 6706 err = hci_api_read_buffer_size(&acl_max_len, &sco_max_len, &acl_max_num, &sco_max_num); in br_init() 6711 read_buffer_size_complete(acl_max_len, sco_max_len, acl_max_num, sco_max_num); in br_init()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | hci.h | 558 u8_t sco_max_len; member
|
Completed in 30 milliseconds