Searched refs:ble_hs_flow_num_completed_pkts (Results 1 – 1 of 1) sorted by relevance
35 static uint16_t ble_hs_flow_num_completed_pkts; variable90 if (ble_hs_flow_num_completed_pkts > 0) { in ble_hs_flow_event_cb()96 ble_hs_flow_num_completed_pkts = 0; in ble_hs_flow_event_cb()108 ble_hs_flow_num_completed_pkts++; in ble_hs_flow_inc_completed_pkts()109 if (ble_hs_flow_num_completed_pkts > MYNEWT_VAL(BLE_ACL_BUF_COUNT)) { in ble_hs_flow_inc_completed_pkts()117 num_free = MYNEWT_VAL(BLE_ACL_BUF_COUNT) - ble_hs_flow_num_completed_pkts; in ble_hs_flow_inc_completed_pkts()121 } else if (ble_hs_flow_num_completed_pkts == 1) { in ble_hs_flow_inc_completed_pkts()230 ble_hs_flow_num_completed_pkts = 0; in ble_hs_flow_startup()