Home
last modified time | relevance | path

Searched refs:get_acl_packet_size_ble (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/
Dcontroller.h69 uint16_t (*get_acl_packet_size_ble)(void); member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_init.c251 return controller_get_interface()->get_acl_packet_size_ble(); in BTU_BleAclPktSize()
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c459 static uint16_t get_acl_packet_size_ble(void) in get_acl_packet_size_ble() function
567 get_acl_packet_size_ble,
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c1239 … ((p_lcb->transport == BT_TRANSPORT_LE) && (p_buf->len <= controller->get_acl_packet_size_ble())) in l2c_link_send_to_lower()