Home
last modified time | relevance | path

Searched refs:manu (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_multi_adv_util.c327 p_multi_adv_data_cb->inst_cb[cbindex].data.manu.len = in btif_gattc_copy_datacb()
329 memcpy(&p_multi_adv_data_cb->inst_cb[cbindex].data.manu.val, in btif_gattc_copy_datacb()
/system/bt/stack/btm/
Dbtm_ble_gap.c1419 p_data && p_data->manu.len != 0) in btm_ble_build_adv_data()
1421 if (p_data->manu.len > (len - MIN_ADV_LENGTH)) in btm_ble_build_adv_data()
1424 cp_len = p_data->manu.len; in btm_ble_build_adv_data()
1428 ARRAY_TO_STREAM(p, p_data->manu.val, cp_len); in btm_ble_build_adv_data()
/system/bt/stack/include/
Dbtm_ble_api.h454 tBTM_BLE_MANU manu; /* manufactuer data */ member
/system/bt/bta/include/
Dbta_api.h352 tBTA_BLE_MANU manu; /* manufacturer data */ member