Searched refs:pkts (Results 1 – 4 of 4) sorted by relevance
365 struct pkt_info *pkts = (struct pkt_info *) arg; in esp_blufi_send_notify() local369 BTA_GATTS_HandleValueIndication(conn_id, attr_id, pkts->pkt_len, in esp_blufi_send_notify()370 pkts->pkt, rsp); in esp_blufi_send_notify()
495 struct pkt_info *pkts = (struct pkt_info *) arg; in esp_blufi_send_notify() local497 om = ble_hs_mbuf_from_flat(pkts->pkt, pkts->pkt_len); in esp_blufi_send_notify()
79 struct pkt_info pkts; in btc_blufi_send_notify() local80 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()
161 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…