/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
D | adv.c | 63 static const u8_t adv_type[] = { variable 117 ad.type = adv_type[BT_MESH_ADV(buf)->type]; in adv_send() 239 u8_t adv_type, struct os_mbuf *buf) in bt_mesh_scan_cb() argument 241 if (adv_type != BLE_HCI_ADV_TYPE_ADV_NONCONN_IND) { in bt_mesh_scan_cb()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_multi_adv.c | 266 UINT8_TO_STREAM (pp, p_params->adv_type); in btm_ble_multi_adv_set_params() 280 p_params->adv_int_min, p_params->adv_int_max, p_params->adv_type); in btm_ble_multi_adv_set_params() 310 p_inst->adv_evt = p_params->adv_type; in btm_ble_multi_adv_set_params()
|
D | btm_ble_gap.c | 1485 tBTM_STATUS BTM_BleSetAdvParamsAll(UINT16 adv_int_min, UINT16 adv_int_max, UINT8 adv_type, in BTM_BleSetAdvParamsAll() argument 1512 if(adv_type == BTM_BLE_CONNECT_DIR_EVT){ in BTM_BleSetAdvParamsAll() 1514 }else if(adv_type == BTM_BLE_CONNECT_LO_DUTY_DIR_EVT){ in BTM_BleSetAdvParamsAll() 1516 }else if(adv_type == BTM_BLE_NON_CONNECT_EVT){ in BTM_BleSetAdvParamsAll() 1524 p_cb->evt_type = adv_type; in BTM_BleSetAdvParamsAll() 1538 adv_type, in BTM_BleSetAdvParamsAll() 2067 UINT8 adv_type; in BTM_CheckAdvData() local 2073 STREAM_TO_UINT8(adv_type, p); in BTM_CheckAdvData() 2075 if ( adv_type == type ) { in BTM_CheckAdvData() 2390 *p ++ = p_elem->adv_type; in btm_ble_build_adv_data()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 447 UINT8 adv_type; member 491 UINT8 adv_type; member 1380 tBTM_STATUS BTM_BleSetAdvParamsAll(UINT16 adv_int_min, UINT16 adv_int_max, UINT8 adv_type,
|
D | hcimsgs.h | 750 UINT8 adv_type, UINT8 addr_type_own,
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/sdk/ |
D | ble_gapc.h | 302 uint8_t adv_type; /**< Advertising type. @see enum gap_adv_report_type_t. */ member
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/modules/ |
D | ble_types.h | 660 uint8_t adv_type; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 377 UINT8 adv_type; member 468 tBTA_BLE_ADV_EVT adv_type; /* adv event type */ member 2292 UINT8 adv_type, tBLE_ADDR_TYPE addr_type_own,
|
/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 65 .adv_type = ADV_TYPE_IND,
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 192 p_elem_service_data->adv_type = BTM_BLE_AD_TYPE_SERVICE_DATA; in btc_to_bta_adv_data() 477 if ((ble_adv_params->adv_type < ADV_TYPE_IND) || in btc_ble_start_advertising() 478 (ble_adv_params->adv_type > ADV_TYPE_DIRECT_IND_LOW) ) { in btc_ble_start_advertising() 510 ble_adv_params->adv_type, in btc_ble_start_advertising()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 1272 UINT8 adv_type, tBLE_ADDR_TYPE addr_type_own, in BTA_DmSetBleAdvParamsAll() argument 1281 adv_type, addr_type_own, chnl_map, adv_fil_pol); in BTA_DmSetBleAdvParamsAll() 1290 p_msg->adv_type = adv_type; in BTA_DmSetBleAdvParamsAll()
|
D | bta_dm_act.c | 5192 p_data->ble_set_adv_params_all.adv_type, in bta_dm_ble_set_adv_params_all()
|
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/ |
D | wm_cmdp_hostif_gcc.h | 330 u8 adv_type; member 949 u8 adv_type; member
|
/device/soc/winnermicro/wm800/board/include/bt/ |
D | wm_bt_def.h | 875 uint8_t adv_type; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 353 esp_ble_adv_type_t adv_type; /*!< Advertising type */ member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 116 UINT8 adv_type, UINT8 addr_type_own, in btsnd_hcic_ble_write_adv_params() argument 136 UINT8_TO_STREAM (pp, adv_type); in btsnd_hcic_ble_write_adv_params()
|
/device/soc/beken/bk7235/hals/communication/bluetooth/services/src/ |
D | ohos_bt_hal.c | 84 unsigned char adv_type; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 702 UINT8 adv_type; member
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/ |
D | bt_common_hci.h | 2657 uint8_t adv_type; member
|