Home
last modified time | relevance | path

Searched refs:channel_map (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_multi_adv.c289 if (p_params->channel_map == 0 || p_params->channel_map > BTM_BLE_DEFAULT_ADV_CHNL_MAP) in btm_ble_multi_adv_set_params()
290 p_params->channel_map = BTM_BLE_DEFAULT_ADV_CHNL_MAP; in btm_ble_multi_adv_set_params()
291 UINT8_TO_STREAM (pp, p_params->channel_map); in btm_ble_multi_adv_set_params()
304 p_params->channel_map,p_params->adv_filter_policy,p_inst->inst_id,p_params->tx_power); in btm_ble_multi_adv_set_params()
/system/bt/stack/hcic/
Dhciblecmds.c73 UINT8 channel_map, UINT8 adv_filter_policy) in btsnd_hcic_ble_write_adv_params() argument
90 UINT8_TO_STREAM (pp, channel_map); in btsnd_hcic_ble_write_adv_params()
/system/bt/stack/include/
Dhcimsgs.h699 UINT8 channel_map, UINT8 adv_filter_policy);
Dbtm_ble_api.h488 tBTM_BLE_ADV_CHNL_MAP channel_map; member
/system/bt/bta/include/
Dbta_api.h398 tBTA_BLE_ADV_CHNL_MAP channel_map; /* adv channel map */ member
/system/bt/btif/src/
Dbtif_gatt_client.c2012 adv_cb.param.channel_map = chnl_map; in btif_gattc_multi_adv_enable()
2031 adv_cb.param.channel_map = chnl_map; in btif_gattc_multi_adv_update()