Searched refs:tBTA_BLE_ADV_PARAMS (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/btif/include/
H A Dbtif_gatt_multi_adv_util.h60 tBTA_BLE_ADV_PARAMS param;
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c2018 void BTA_BleEnableAdvInstance (tBTA_BLE_ADV_PARAMS *p_params,
2023 UINT16 len = sizeof(tBTA_BLE_ADV_PARAMS) + sizeof(tBTA_DM_API_BLE_MULTI_ADV_ENB);
2036 memcpy(p_msg->p_params, p_params, sizeof(tBTA_BLE_ADV_PARAMS));
2057 void BTA_BleUpdateAdvInstParam (UINT8 inst_id, tBTA_BLE_ADV_PARAMS *p_params)
2060 UINT16 len = sizeof(tBTA_BLE_ADV_PARAMS) + sizeof(tBTA_DM_API_BLE_MULTI_ADV_PARAM);
2069 memcpy(p_msg->p_params, p_params, sizeof(tBTA_BLE_ADV_PARAMS));
H A Dbta_dm_int.h567 tBTA_BLE_ADV_PARAMS *p_params;
574 tBTA_BLE_ADV_PARAMS *p_params;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h442 }tBTA_BLE_ADV_PARAMS; typedef in typeref:struct:__anon687
2372 BTA_API extern void BTA_BleEnableAdvInstance (tBTA_BLE_ADV_PARAMS *p_params,
2388 tBTA_BLE_ADV_PARAMS *p_params);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c1548 &p_inst_cb->param, sizeof(tBTA_BLE_ADV_PARAMS));
1574 sizeof(tBTA_BLE_ADV_PARAMS));

Completed in 106 milliseconds