Home
last modified time | relevance | path

Searched refs:BLE_CONNECTION_MAX (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_app/app_main/
A Dapp_ble_mode_switch.h28 #ifndef BLE_CONNECTION_MAX
29 #define BLE_CONNECTION_MAX (1) macro
143 BLE_CONNECT_PARAM_T connectInfo[BLE_CONNECTION_MAX];
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gatt/gattm/
A Dgattm_int.h27 #define GATTM_IDX_MAX BLE_CONNECTION_MAX
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hci/src/
A Dhci_int.h287 bool ble_con_state[BLE_CONNECTION_MAX];
318 struct hci_ble_acl_con_tag ble_acl_con_tab[BLE_CONNECTION_MAX];
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/l2c/l2cc/
A Dl2cc_int.h31 #define L2CC_IDX_MAX (BLE_CONNECTION_MAX)
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gatt/gattc/
A Dgattc_int.h36 #define GATTC_IDX_MAX BLE_CONNECTION_MAX
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/l2c/l2cm/
A Dl2cm_int.h52 uint16_t usedBufferNumber[BLE_CONNECTION_MAX];
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/ble_ip/
A Drwble_hl_config.h165 #define BLEHL_HEAP_MSG_SIZE (2048 + 256 * BLE_CONNECTION_MAX)
A Drwip_config.h168 #define BLE_ACTIVITY_MAX (BLE_CONNECTION_MAX)
580 #define RWIP_HEAP_NON_RET_SIZE (( 512 * BLE_CONNECTION_MAX ) + 4096)
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/gapc/
A Dgapc_int.h45 #define GAPC_IDX_MAX BLE_CONNECTION_MAX
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/gapm/
A Dgapm_int.h33 #define GAPM_IDX_MAX BLE_CONNECTION_MAX
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A Dco_hci.h1804 uint16_t con_hdl[BLE_CONNECTION_MAX+1]; // ensure that at least 1 element is present
1806 uint16_t nb_comp_pkt[BLE_CONNECTION_MAX+1]; // ensure that at least 1 element is present

Completed in 31 milliseconds