Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c365 struct pkt_info *pkts = (struct pkt_info *) arg; in esp_blufi_send_notify() local
369 BTA_GATTS_HandleValueIndication(conn_id, attr_id, pkts->pkt_len, in esp_blufi_send_notify()
370 pkts->pkt, rsp); in esp_blufi_send_notify()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c495 struct pkt_info *pkts = (struct pkt_info *) arg; in esp_blufi_send_notify() local
497 om = ble_hs_mbuf_from_flat(pkts->pkt, pkts->pkt_len); in esp_blufi_send_notify()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c79 struct pkt_info pkts; in btc_blufi_send_notify() local
80 pkts.pkt = pkt; in btc_blufi_send_notify()
81 pkts.pkt_len = pkt_len; in btc_blufi_send_notify()
82 esp_blufi_send_notify(&pkts); in btc_blufi_send_notify()
/hal_espressif-latest/components/esp_phy/
DKconfig161 bool "Improve Wi-Fi receive 11b pkts"
165 …This is a workaround to improve Wi-Fi receive 11b pkts for some modules using AC-DC power supply w…